I am trying to configure CC.net to create from my private Git repository.
I created a key pair in which the private key does not have a passphrase, and uploaded the public key to the server. I can do git clone git@myserver :myrepo when I just started it from the command line.
The problem is that when I try to clone a repo, I have to specify a passphrase, although it doesn't exist. This means that I have to press enter, and this will make the automated clone hang forever (since this should not be done).
How to fix this problem?
source share