63
DOC-USR-0264-05
____________________________________________________________________________________
Z3 Technology, LLC
♦
100 N. 8th St. STE 250
♦
Lincoln, NE 68508-1369 USA
♦
+1.402.323.0702
Traceback (most recent call last):
File "/home/z3/workspace/SW-Q01-01015-08/z3-QCS-SW-Q01-01015-08-
20210301/codeaurora/.repo/repo/main.py", line 500, in <module>
_Main(sys.argv[1:])
File "/home/z3/workspace/SW-Q01-01015-08/z3-QCS-SW-Q01-01015-08-
20210301/codeaurora/.repo/repo/main.py", line 476, in _Main
result = repo._Run(argv) or 0
File "/home/z3/workspace/SW-Q01-01015-08/z3-QCS-SW-Q01-01015-08-
20210301/codeaurora/.repo/repo/main.py", line 155, in _Run
result = cmd.Execute(copts, cargs)
File "/home/z3/workspace/SW-Q01-01015-08/z3-QCS-SW-Q01-01015-08-
20210301/codeaurora/.repo/repo/subcmds/init.py", line 395, in Execute
self._ConfigureUser()
File "/home/z3/workspace/SW-Q01-01015-08/z3-QCS-SW-Q01-01015-08-
20210301/codeaurora/.repo/repo/subcmds/init.py", line 289, in _ConfigureUser
name = self._Prompt('Your Name', mp.UserName)
File "/home/z3/workspace/SW-Q01-01015-08/z3-QCS-SW-Q01-01015-08-
20210301/codeaurora/.repo/repo/project.py", line 650, in UserName
self._LoadUserIdentity()
File "/home/z3/workspace/SW-Q01-01015-08/z3-QCS-SW-Q01-01015-08-
20210301/codeaurora/.repo/repo/project.py", line 663, in _LoadUserIdentity
u = self.bare_git.var('GIT_COMMITTER_IDENT')
File "/home/z3/workspace/SW-Q01-01015-08/z3-QCS-SW-Q01-01015-08-
20210301/codeaurora/.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.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'USER@HOSTNAME.(none)')
Makefile:27: recipe for target '.checkout_complete' failed
make: *** [.checkout_complete] Error 1
You need to add your username and email address to the global GIT config still on this PC.
This is done by the follwoing commands:
git config --global user.email "[email protected]"
git config --global user.name "Your Name"