Windows 7 を使用しています。SSH を使用して Windows 用の GitHub をセットアップしました。
Windows 用の Github を開いて「git」コンソールを開くと、自分のプロジェクトが表示されます。github に SSH で接続できます。
ssh -T git@github.com
"Hi! You've successfully authenticated"
しかし、通常のコマンド ラインから git にアクセスすると、次のようになります。
git --version
"git version 1.8.1.msysgit.1"
SSH を使用できません:
git clone git@github.com:MyGitHubUserName/test.git
"Permission denied (publickey)
fatal: Could not read from remote repository"
では、「git bash」コンソールだけでなく、メインの「コンソール」用の SSH キーを作成するにはどうすればよいでしょうか。