fatal I dont handle protocol git clone https

fatal I dont handle protocol git clone https

fatal: I don’t handle protocol ‘git clone https’

If you see below exception:

“C:\Program Files\Git\bin\git.exe” clone -v –recurse-submodules –progress “git clone https://test@onestash.java.com/scm/cqhva/test.git” “C:/Users/test//eclipseWorkspace/workspace/Git/TestGit_Extension/test/test”
Cloning into ‘C:/Users/test//eclipseWorkspace/workspace/Git/TestGit_Extension/test/test’…
fatal: I don’t handle protocol ‘git clone https’
Done

Solution:

This was happening because of I was entering below

git clone http://repo/url

So git clone was not needed as clone was already appended by git extension

So I have to remove git clone and enter as belwo:

http://repo/url

Leave a Reply

Your email address will not be published. Required fields are marked *