开发者

Private key, access Gitolite repository for Netbeans on Win XP

开发者 https://www.devze.com 2023-03-04 08:37 出处:网络
Where to put private key to have access to Gitolite repository form Netbean开发者_开发百科s 7 ?

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
0

精彩评论

暂无评论...
验证码 换一张
取 消