using git on DOS command line asks for password - but not when using TortoiseGit or gitBash
- by Sandy
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…