Skip to content

Instantly share code, notes, and snippets.

@hub2git
Created April 14, 2017 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hub2git/6f2511df6c7c716c8cd242c64eec0b8e to your computer and use it in GitHub Desktop.
Save hub2git/6f2511df6c7c716c8cd242c64eec0b8e to your computer and use it in GitHub Desktop.
github-related error
repo init -u https://github.com/anbox/platform_manifests.git -b anbox
gpg: keyring `/home/me/.repoconfig/gnupg/secring.gpg' created
gpg: keyring `/home/me/.repoconfig/gnupg/pubring.gpg' created
gpg: /home/me/.repoconfig/gnupg/trustdb.gpg: trustdb created
gpg: key 920F5C65: public key "Repo Maintainer <repo@android.kernel.org>" imported
gpg: key 692B382C: public key "Conley Owens <cco3@android.com>" imported
gpg: Total number processed: 2
gpg: imported: 2 (RSA: 1)
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo
remote: Finding sources: 100% (4/4)
remote: Total 4 (delta 1), reused 4 (delta 1)
Unpacking objects: 100% (4/4), done.
From https://gerrit.googlesource.com/git-repo
04071c1..ffb4b89 master -> origin/master
... A new repo command ( 1.23) is available.
... You should upgrade soon:
cp /home/me/anbox-work/.repo/repo/repo /usr/bin/repo
Get https://github.com/anbox/platform_manifests.git
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Counting objects: 628, done.
remote: Total 628 (delta 0), reused 0 (delta 0), pack-reused 628
Receiving objects: 100% (628/628), 125.21 KiB | 0 bytes/s, done.
Resolving deltas: 100% (270/270), done.
From https://github.com/anbox/platform_manifests
* [new branch] anbox -> origin/anbox
Traceback (most recent call last):
File "/home/me/anbox-work/.repo/repo/main.py", line 531, in <module>
_Main(sys.argv[1:])
File "/home/me/anbox-work/.repo/repo/main.py", line 507, in _Main
result = repo._Run(argv) or 0
File "/home/me/anbox-work/.repo/repo/main.py", line 180, in _Run
result = cmd.Execute(copts, cargs)
File "/home/me/anbox-work/.repo/repo/subcmds/init.py", line 404, in Execute
self._ConfigureUser()
File "/home/me/anbox-work/.repo/repo/subcmds/init.py", line 298, in _ConfigureUser
name = self._Prompt('Your Name', mp.UserName)
File "/home/me/anbox-work/.repo/repo/project.py", line 784, in UserName
self._LoadUserIdentity()
File "/home/me/anbox-work/.repo/repo/project.py", line 797, in _LoadUserIdentity
u = self.bare_git.var('GIT_COMMITTER_IDENT')
File "/home/me/anbox-work/.repo/repo/project.py", line 2747, in runner
(self._project.name, name, p.stderr))
error.GitError: manifests 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 'me@Satellite.(none)')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment