【问题标题】:Git for windows - unable to clone repositoryGit for windows - 无法克隆存储库
【发布时间】:2013-04-19 10:21:45
【问题描述】:

当我尝试使用 WINDOWS GIT (http://windows.github.com/) 克隆存储库时,它始终卡在 9% 完成。所以似乎所有的 git 特定文件都被下载了,但源本身没有。

我已经尝试在位于 c:\users\username\.gitconfig 的 .gitconfig 中更新代理设置以包含代理设置:

proxy=myproxy:myport

什么可能导致这个问题?

【问题讨论】:

标签: git


【解决方案1】:

我需要在哪里设置一个系统变量

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

有关更多信息,请参阅Getting git to work with a proxy server 接受的 anwser + cmets

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-09-01
    • 2018-11-23
    • 2017-09-09
    • 2023-04-01
    • 1970-01-01
    • 1970-01-01
    • 2019-09-16
    相关资源
    最近更新 更多