当我尝试从 git 克隆时
git clone "http://github.com/symfony/symfony.git" "d:/www/a/vendor/symfony"
我收到一个错误
Cloning into 'd:/www/a/vendor/symfony'...
error: Couldn't resolve proxy '(null)' while accessing http://github.com/symfony/symfony.git/info/refs
fatal: HTTP request failed
我直接连接到互联网(没有代理)。我试图关闭防火墙并没有帮助。我在 Windows 上,刚刚从http://code.google.com/p/msysgit/downloads/list安装了 Git-1.7.10-preview20120409.exe 。以前我有 1.7.8,这个命令有效。我还重新安装了 TortoiseGit,但我认为没关系。
我的C:\Documents and Settings\xxx\.gitconfig
文件是
[http]
proxy =
[user]
name = xxxx
email = xxx@example.com