Traceback (most recent call last):
File "/home/met/Desktop/Ubuntu firmware(GPT)/linux/repo/main.py", line 531, in <module>
_Main(sys.argv[1:])
File "/home/met/Desktop/Ubuntu firmware(GPT)/linux/repo/main.py", line 507, in _Main
result = repo._Run(argv) or 0
File "/home/met/Desktop/Ubuntu firmware(GPT)/linux/repo/main.py", line 180, in _Run
result = cmd.Execute(copts, cargs)
File "/home/met/Desktop/Ubuntu firmware(GPT)/linux/repo/subcmds/init.py", line 404, in Execute
self._ConfigureUser()
File "/home/met/Desktop/Ubuntu firmware(GPT)/linux/repo/subcmds/init.py", line 298, in _ConfigureUser
name = self._Prompt('Your Name', mp.UserName)
File "/home/met/Desktop/Ubuntu firmware(GPT)/linux/repo/project.py", line 784, in UserName
self._LoadUserIdentity()
File "/home/met/Desktop/Ubuntu firmware(GPT)/linux/repo/project.py", line 797, in _LoadUserIdentity
u = self.bare_git.var('GIT_COMMITTER_IDENT')
File "/home/met/Desktop/Ubuntu firmware(GPT)/linux/repo/project.py", line 2747, in runner
(self._project.name, name, p.stderr))
error.GitError: manifests var:
*** Please tell me who you are.
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 'met@met.(none)')
What is problem dont undertand.Pls help.
Best regards,
MetinAuthor: abutkov Time: 12/9/2018 12:15 Last edited by abutkov In 12/9/2018 09:30 Editor
Hi, Metin
The problem is that git wants to identify you when you start init:
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
Just run commands above with your email and name quoted and you can proceed.
If you want to change this, please re-run 'repo init' with --config-name
Further problem you may face during almost last step - Fetching projects: 97% (35/36) - is that sync command for repo cannot fetch the kernel branch due to wrong SHA1:
error: Cannot fetch kernel (GitError: kernel update-ref: fatal: 56b9229b4b31b7f9c8d6951609db43440f8f2631^0: not a valid SHA1