私は初心者で、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アカウントにあるのでリポジトリが存在することは知っていますが、Windows用のgithubを使用するとエラーも発生します。私のsshキーに問題があるのではないかと思います。私はレールを学ぼうとしています。どんな助けでも大歓迎です。