unable to clone repository

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:usersusername.gitconfig to contain the proxy setting :

proxy=myproxy:myport

What could be causing this issue ?


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

链接地址: http://www.djcxy.com/p/96458.html

上一篇: $ .ajax实用程序中的JQuery错误选项

下一篇: 无法克隆存储库