magicdian@MacBook-Pro-14 .ssh % ssh -T git@gitee.com Hi 经典(@magicdian)! You've successfully authenticated, but GITEE.COM does not provide shell access.
magicdian@zhcompileserver:~/test$ repo init -u git@gitee.com:openharmony/manifest.git -b master --no-repo-verify Downloading Repo source from https://gitee.com/oschina/repo.git remote: Enumerating objects: 9008, done. remote: Total 9008 (delta 0), reused 0 (delta 0), pack-reused 9008 repo: warning: verification of repo code has been disabled; repo will not be able to verify the integrity of itself.
Traceback (most recent call last): File "/home/magicdian/test/.repo/repo/main.py", line 628, in <module> _Main(sys.argv[1:]) File "/home/magicdian/test/.repo/repo/main.py", line 602, in _Main result = run() File "/home/magicdian/test/.repo/repo/main.py", line 595, in <lambda> run = lambda: repo._Run(name, gopts, argv) or 0 File "/home/magicdian/test/.repo/repo/main.py", line 264, in _Run result = cmd.Execute(copts, cargs) File "/home/magicdian/test/.repo/repo/subcmds/init.py", line 531, in Execute self._ConfigureUser(opt) File "/home/magicdian/test/.repo/repo/subcmds/init.py", line 390, in _ConfigureUser name = self._Prompt('Your Name', mp.UserName) File "/home/magicdian/test/.repo/repo/project.py", line 1030, in UserName self._LoadUserIdentity() File "/home/magicdian/test/.repo/repo/project.py", line 1043, in _LoadUserIdentity u = self.bare_git.var('GIT_COMMITTER_IDENT') File "/home/magicdian/test/.repo/repo/project.py", line 3584, in runner raise GitError('%s %s: %s' % error.GitError: manifests var: Committer identity unknown
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 'magicdian@zhcompileserver.(none)')
magicdian@zhcompileserver:~/test$ repo init -u git@gitee.com:openharmony/manifest.git -b master --no-repo-verify Downloading Repo source from https://gitee.com/oschina/repo.git remote: Enumerating objects: 9008, done. remote: Total 9008 (delta 0), reused 0 (delta 0), pack-reused 9008 repo: warning: verification of repo code has been disabled; repo will not be able to verify the integrity of itself.