I am not able to clone a particular github branch ! It shows following error when I try to do so as I have a squid proxy server in my university.
Cloning into 'ws'...
error: The requested URL returned error: 407 while accessing https://github.com/abcd/efg.git/info/refs
fatal: HTTP request failed
Please Help !!
Thanks in advance.
try to add the proxy server into your
.gitconfig(it is located in your$HOMEfolder)example:
this must be placed in the
[core]section of your gitconfig.See here for more documentation