Git-Klon kann Proxy nicht auflösen

Wenn ich versuche, von git zu klonen

<code>git clone "http://github.com/symfony/symfony.git" "d:/www/a/vendor/symfony"
</code>

Ich bekomme eine Fehlermeldung

<code>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
</code>

Ich bin direkt mit dem Internet verbunden (ohne Proxy). Ich habe versucht, die Firewall auszuschalten und habe nicht geholfen. Ich bin auf Windows und habe gerade Git-1.7.10-preview20120409.exe von installierthttp://code.google.com/p/msysgit/downloads/list . Zuvor hatte ich 1.7.8 und dieser Befehl hat funktioniert. Ich habe TortoiseGit auch neu installiert, aber ich denke, es spielt keine Rolle.

MeineC:\Documents and Settings\xxx\.gitconfig Datei ist

<code>[http]
    proxy = 
[user]
    name = xxxx
    email = [email protected]
</code>

Antworten auf die Frage(10)

Ihre Antwort auf die Frage