Git for windows - unable to clone repository -
when attempt clone repository using windows git (http://windows.github.com/) consistently gets stuck on 9% complete. of git specific files seem downloaded source not.
i've tried updating proxy settings within .gitconfig located @ c:\users\username\.gitconfig contain proxy setting :
proxy=myproxy:myport
what causing issue ?
i needed set system variable
name = https_proxy , value = <proxy name>:<port number>
for more info see accepted anwser + comments getting git work proxy server