そのため、Windows の SSH URL でレポを動作させるのに 4 時間ほど費やしました。もうすぐそこですが、この奇妙な問題に遭遇します。
私は使用することができます
git push origin master
git fetch origin master
ssh git@github. #tells me authentication is successful but shell access is not allowed
およびすべてのローカル コマンド。ただし、git pull を実行しようとすると、次のようになります。
-bash-4.1$ git pull
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
-bash-4.1$
私は持っていてid_rsa
、id_rsa.pub
公開%HOME%/.ssh
鍵は私の GitHub アカウントに追加されています。私のgit URLも正しいです。
編集
-bash-4.1$ git --version
git version 1.8.5.2.msysgit.0