Giter VIP home page Giter VIP logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 4, 2024

Original comment by [email protected] on 24 Sep 2009 at 11:12

from git-repo.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 4, 2024
You also get a stack trace when running `repo init` without your git identity 
set. To repro:

1. Start from base install of Ubuntu 14.10
2. `sudo apt-get install git python`
3. `wget https://storage.googleapis.com/git-repo-downloads/repo`
4. `chmod +x repo`
5. `mkdir foo`
6. `cd foo`
7. `repo init -u ssh://...`
8. boom

Traceback (most recent call last):
  File "/home/test/sel4test/.repo/repo/main.py", line 500, in <module>
    _Main(sys.argv[1:])
  File "/home/test/sel4test/.repo/repo/main.py", line 476, in _Main
    result = repo._Run(argv) or 0
  File "/home/test/sel4test/.repo/repo/main.py", line 155, in _Run
    result = cmd.Execute(copts, cargs)
  File "/home/test/sel4test/.repo/repo/subcmds/init.py", line 395, in Execute
    self._ConfigureUser()
  File "/home/test/sel4test/.repo/repo/subcmds/init.py", line 289, in _ConfigureUser
    name  = self._Prompt('Your Name', mp.UserName)
  File "/home/test/sel4test/.repo/repo/project.py", line 650, in UserName
    self._LoadUserIdentity()
  File "/home/test/sel4test/.repo/repo/project.py", line 663, in _LoadUserIdentity
    u = self.bare_git.var('GIT_COMMITTER_IDENT')
  File "/home/test/sel4test/.repo/repo/project.py", line 2483, in runner
    p.stderr))
error.GitError: manifests var:
*** Please tell me who you are.

Run

  git config --global user.email "[email protected]"
  git config --global user.name "Your Name"

to set your account's default identity.

Original comment by [email protected] on 25 Nov 2014 at 4:57

from git-repo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.