Am 31.01.2014 15:53 schrieb Paul A. Bristow:
Is it worth continuing to try to get the SSH method to work? I've had another go at using SSH, and got it working> But it now asks for passphrase for every module which is clearly intolerable.
So true, but you just need a pageant (-like) helper to leave this annoying passphrase thing behind you. I'm running KeePass as secure password/certificate store with the KeeAgent plugin to serve ssh certificates. Both commandline git and TortoiseGit are configured using TortoisePLink (which is the default afaik). Annoyance-Be-Gone! My git configs contain lines similar to [remote "origin"] url = git@github.com:boostorg/boost.git pushurl = boost-is-read-only With all of this in place you get security, ease-of-use, and the most effective transport mechanism. Ciao Dani