|
发表于 2022-1-14 11:42:32
只看该作者
50#
n Execute
project.Sync_LocalHalf(syncbuf, force_sync=opt.force_sync)
File "/home/camera/rv1126_camera/rv1126_rv1109_linux_release_20211022/.repo/repo/project.py", line 1428, in Sync_LocalHalf
if committer_email == self.UserEmail:
File "/home/camera/rv1126_camera/rv1126_rv1109_linux_release_20211022/.repo/repo/project.py", line 793, in UserEmail
self._LoadUserIdentity()
File "/home/camera/rv1126_camera/rv1126_rv1109_linux_release_20211022/.repo/repo/project.py", line 797, in _LoadUserIdentity
u = self.bare_git.var('GIT_COMMITTER_IDENT')
File "/home/camera/rv1126_camera/rv1126_rv1109_linux_release_20211022/.repo/repo/project.py", line 2747, in runner
(self._project.name, name, p.stderr))
error.GitError: app/aiserver var:
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
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 'camera@camera.(none)')
回退版本出现上边内容。
编译还是出错误。 |
|