【发布时间】:2013-08-09 11:49:13
【问题描述】:
我在 Windows 7 中使用 TortoiseGit 和 MsysGit。我需要将存储库从 github 克隆到我的桌面。我右键单击->Git Clone->https://github.com/username/sample.git.I 得到响应:
Cloning into 'D:\repo\sample'...
error: The requested URL returned error: 407 while accessing https://github.com/TruMobi/sample.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
我已经在 TortoiseGit 中完成了代理设置。 请帮我解决这个问题。
【问题讨论】:
-
stackoverflow.com/questions/8561671 的副本?有关 https 代理,请参阅我的 answer there。
标签: git github tortoisegit