I'm trying to install git and tortoisegit on a windows 7 machine (a VM inside windows 8's Hyper V).
I followed the instruction, but now when I try to clone something I get the error "I don't handle protocol 'git clone http'"
Any clues as to what is going on ?
You are probably entering the command git clone http://repo/url
in the place where it expects only the url, i.e http://repo/url
git clone
looks for <options>
and then the <repo>
. Normally you can skip the options, but with the latest version of the Windows git bash I've had to add an option for the git clone https...
to work.
If you aren't using options just use git clone -q https....
for the "quiet" option and it should work fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With