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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -