I successfully installed git bash on my windows 7, and it worked for quite a few days. But in the recent days I'm always getting the same error:
Disconnected: No supported authentication methods available.
Running the command "ssh git@github.com", I get a success message:
Hi xxxx, You've successfuly authenticated. but Github does not provide shell access.
I checked the .profile, the GIT_SSH is set to the ssh.exe come along with git bash like this:
GIT_SSH = "/d/progra~1/git/bin/ssh.exe"
However, I noticed that every time I open git bash, there's an error message:
sh.exe": GIT_SSH: command not found
As a result, I see the TortoisePlink.exe is still in use.
Any advice is appreciated!