using git on DOS command line asks for password - but not when using TortoiseGit or gitBash

Posted by Sandy on Server Fault See other posts from Server Fault or by Sandy
Published on 2011-03-09T21:37:34Z Indexed on 2012/10/27 23:05 UTC
Read the original article Hit count: 210

Filed under:
|
|
|

I would like to use the DOS command line to enter the command: git clone "git_path.git" myDir It asks me to enter a password which I would like to avoid. I usually use TortoiseGit to do all git related operations. I would like to setup cruisecontrol using ant with a custom git task. Therefore I need to perform git clone on the command line in Windows 7. But it only works using git bash and not DOS.

According to other forum entries, I tried to convert the key with puttyGen and put the file id_rsa in c:/Users/myName/.ssh I also added an authorized_keys file but it still asks for a password. Any ideas?

Thanks

© Server Fault or respective owner

Related posts about windows-7

Related posts about password