我做了一些修改,想要提交代码。我得到了这个错误:
repo upload bootable/recovery
Upload project bootable/recovery/ to remote branch refs/heads/cm-11.0:
branch cm-11.0 ( 1 commit, Fri Jan 3 21:42:34 2014 +0400):
*************************
to review.cyanogenmod.org (y/N)? y
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
----------------------------------------------------------------------
[FAILED] bootable/recovery/ cm-11.0 (Upload failed)注意:我已经添加了ssh-rsa密钥,并且我在pc上的用户名与在review.cyanogenmod.org上的用户名相同。我在跟踪CyanogenMod’s instructions。
发布于 2014-01-06 10:59:41
将以下代码行添加到~/.gitconfig中
[review.review.cyanogenmod.org]
username = <your gerrit username here>https://stackoverflow.com/questions/20910159
复制相似问题