With git, you want to do ssh with GitHub after you download the client
The following conditions occur:
[Email protected] MINGW32 ~/.ssh
$ Ssh-add ~/.ssh/id_rsa
Could not open a connection to your authentication agent.
Workaround:
"Workaround" requires ssh-agent to start bash, or to hang bash under ssh-agent.
"Concrete Method"
[email protected] $ ssh-agent bash--login-i
[email protected] $ ssh-add ~/.ssh/id_rsa
Then appears:
[Email protected] MINGW32 ~/.ssh
$ Ssh-add ~/.ssh/id_rsa
Enter Passphrase For/c/users/hadoop/.ssh/id_rsa:
Identity added:/c/users/hadoop/.ssh/id_rsa (/C/USERS/HADOOP/.SSH/ID_RSA)
Then:
[Email protected] MINGW32 ~/.ssh
$ ssh-t [email protected]
Hi holledeng! You've successfully authenticated, but GitHub does not provide shell access.
You can do it.
Resolve the "Could not open a connection to your authentication agent under Git client MINGW32."