Private key, access Gitolite repository for Netbeans on Win XP
Where to put private key to have access to Gitolite repository form Netbean开发者_开发百科s 7 ?
I have created a Public/Private key pair and did all the Gitolite configurations as described here. However I don't know where to put the keys in order to clone the repository from the server using Netbeans 7 (using Git plugin version 0.2.11.42, which is able to clone the repository directly from Netbeans) ?
it should be in your home directory of the user you are running as.
~/.ssh/id_rsa
精彩评论