2

When I attempt to clone a repository USING WINDOWS GIT (http://windows.github.com/) it consistently gets stuck on 9% complete. So all of the git specific files seem to be downloaded but the source itself is not.

I've tried updating the proxy settings within .gitconfig located at c:\users\username\.gitconfig to contain the proxy setting :

proxy=myproxy:myport

What could be causing this issue ?

blue-sky
  • 51,962
  • 152
  • 427
  • 752

1 Answers1

2

I needed to set a system variable where

name = https_proxy and value = <proxy name>:<port number>

For more info see accepted anwser + comments for Getting git to work with a proxy server

Community
  • 1
  • 1
blue-sky
  • 51,962
  • 152
  • 427
  • 752