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


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -