Git permission denied (publickey) with newest git version
问题 Created key for authorization: ssh-keygen -C “your@email.com” -t dsa. Public key sent to git administrator. Setup passphrase caching by configuring ssh-agent for Windows. The process is described at http://help.github.com/ssh-key-passphrases/ Created .bash_profile. Now if I work in console with old git 1.9.5 (openSSH 6.6.1) it asks only once for passphrase and I can clone/pull/fetch/push, authentication is correct: $ ssh -vT -p 52967 git@some-repo.com OpenSSH_6.6.1, OpenSSL 1.0.1i 6 Aug 2014