4

我是 Github 和 Git 的新手,所以我下载了适用于 Windows 的 Github 以在我的 Windows 8 计算机上运行。但是,当我尝试克隆我所属组织中的存储库时,它会立即出现以下消息:

failed to clone the repository 'foo/bar'
Please check your internet connection.

我可以连接到互联网和 Github。

为什么 Github for Windows 会这样做?是错误还是设置有问题?

4

2 回答 2

1

我设法通过重新安装 Github for Windows 来解决这个错误。它现在正在工作。

于 2013-06-06T08:41:50.187 回答
0

我有同样的问题。你在防火墙后面吗?如果是这样,请设置您的 Windows 环境变量。确保使用小写的变量名。

http_proxy=http://yourproxy.com:1234
https_proxy=http://yourproxy.com:1234
于 2014-02-06T23:47:49.550 回答