当我尝试使用 WINDOWS GIT ( http://windows.github.com/ ) 克隆存储库时,它始终卡在 9% 完成。因此,似乎所有 git 特定文件都已下载,但源代码本身并未下载。
我尝试在位于 c:\users\username\.gitconfig 的 .gitconfig 中更新代理设置以包含代理设置:
proxy=myproxy:myport
什么可能导致这个问题?
当我尝试使用 WINDOWS GIT ( http://windows.github.com/ ) 克隆存储库时,它始终卡在 9% 完成。因此,似乎所有 git 特定文件都已下载,但源代码本身并未下载。
我尝试在位于 c:\users\username\.gitconfig 的 .gitconfig 中更新代理设置以包含代理设置:
proxy=myproxy:myport
什么可能导致这个问题?
我需要设置一个系统变量
name = https_proxy and value = <proxy name>:<port number>
有关更多信息,请参阅接受的 anwser + 评论让 git 与代理服务器一起工作