我在 Windows 7 上成功安装了 git bash,它运行了好几天。但是最近几天我总是遇到同样的错误:
Disconnected: No supported authentication methods available.
运行命令“ssh git@github.com”,我收到一条成功消息:
Hi xxxx, You've successfuly authenticated. but Github does not provide shell access.
我检查了 .profile,GIT_SSH 设置为 ssh.exe 与 git bash 一起出现,如下所示:
GIT_SSH = "/d/progra~1/git/bin/ssh.exe"
但是,我注意到每次打开 git bash 时,都会出现一条错误消息:
sh.exe": GIT_SSH: command not found
结果,我看到 TortoisePlink.exe 仍在使用中。
任何建议表示赞赏!