I have to run a command to clone my project through git
.
However my git
version is quite old; my version is 1.7.1, and does not recognize the command. It show me error: unknown switch
c'` error.
My command is
$ git clone -c http.sslVerify=false https://myProject:password1@data.c-village.net/git/gerrit/hlbb/gib/
I believe that the -c
is not a valid command on version 1.7.1. One of the solutions is upgrade the git. However, would like to ask about the command of version 1.7.1 to doing the same thing. I searched with Google but it looks like I'm not getting a good result.