我是n00b,我正在学习rails。我在将本地存储库推送到我的 github 时遇到问题。我正在做 ruby on rails 教程,并且我已经设置了我的 github 帐户。我在步骤 1.3.4 并输入:
C:\Sites\rails_projects\first_app> git remote add origin https://github.com/<username>/first_app.git
返回
fatal: remote origin already exitst
我认为这是一件好事,因为它可以看到回购。但是当我推动时,我得到:
C:\Sites\rails_projects\first_app> git push -u origin master
Permission denied (publickey)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
我知道存储库存在,因为它在我的 git 帐户中,但是当我将 github 用于 Windows 时,我也会收到错误消息。我认为这可能是我的 ssh 密钥的问题。我正在尝试学习 Rails,任何帮助将不胜感激。