在Cloud9中,每当我尝试使用终端推送到github存储库时,我都会收到以下错误:
fatal: Authentication failed
我正在使用
git push origin master
推送到存储库。我在github中添加了我的ssh密钥,这不是问题
答案 0 :(得分:13)
您可能已将您的repo克隆到Cloud9中。 您可能需要将远程源从https更改为SSH,否则身份验证错误将持续存在。
使用Douglas C. Ayers' Cloud9 FAQ中的解决方案#2:
git remote set-url origin YOUR_REMOTE_SSH_URL