Wie kann Anaconda hinter dem HTTP-Proxy (nicht https) funktionieren?

Ich habe Probleme bei der Arbeit mit Anaconda hinter einem Proxy.

Wenn ich die folgenden Umgebungsvariablen habe:

http_proxy: http://domain\username:[email protected]:8080
https_proxy: https://domain\username:[email protected]:8080

oder nu

http_proxy: http://server\username:[email protected]:8080

set up dann funktioniert git. Aber Anaconda funktioniert nicht. Ich versuche zu rennen

conda update conda

und ich bekomme:

Could not connect to https://repo.continuum.io/pkgs....
Could not connect to https://repo.continuum.io/pkgs....

Funktioniert Anaconda nicht mit http? und benötigt einen https-proxy? Weil ich denke, dass mein Unternehmen möglicherweise kein https-Proxy-Server-Setup hat (ich habe nur gesehen, dass sie http verwenden). oder manchmal bekomme ich den fehler:

File "c\Anaconda2\", line 340, in wait
    waiter.acquire()
KeyboardInterrupt
Could not connect to https://repo.continuum.io/pkgs....
Could not connect to https://repo.continuum.io/pkgs....

Ich benutze Windows 7.

Antworten auf die Frage(8)

Ihre Antwort auf die Frage