Created
September 28, 2010 17:41
-
-
Save pchiusano/601417 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\projects>git clone https://[email protected]/scalaz/scalaz.git | |
Initialized empty Git repository in C:/projects/scalaz/.git/ | |
Password: | |
* Couldn't find host github.com in the _netrc file; using defaults | |
* About to connect() to proxy corp-55w-proxy.mhc port 8080 (#0) | |
* Trying 152.159.23.21... * Connected to corp-55w-proxy.mhc (152.159.23.21) port 8080 (#0) | |
* Establish HTTP proxy tunnel to github.com:443 | |
* Proxy auth using Basic with user 'blahblah' | |
> CONNECT github.com:443 HTTP/1.1 | |
Host: github.com:443 | |
Proxy-Authorization: Basic cGF1bF9jaGl1c2FubzpMYW1lU3RhclRlYW0z | |
User-Agent: git/1.7.0.2.msysgit.0.14.g956d7 | |
Proxy-Connection: Keep-Alive | |
Pragma: no-cache | |
< HTTP/1.1 500 Internal Server Error | |
< Cache-Control: no-cache | |
< Pragma: no-cache | |
< Content-Type: text/html; charset=utf-8 | |
< Proxy-Connection: Keep-Alive | |
< Connection: Keep-Alive | |
< Content-Length: 1821 | |
< | |
* The requested URL returned error: 500 | |
* Expire cleared | |
* Connection #0 to host corp-55w-proxy.mhc left intact | |
* Couldn't find host github.com in the _netrc file; using defaults | |
* About to connect() to proxy corp-55w-proxy.mhc port 8080 (#1) | |
* Trying 152.159.23.21... * Connected to corp-55w-proxy.mhc (152.159.23.21) port 8080 (#1) | |
* Establish HTTP proxy tunnel to github.com:443 | |
* Proxy auth using Basic with user 'blahblah' | |
> CONNECT github.com:443 HTTP/1.1 | |
Host: github.com:443 | |
Proxy-Authorization: Basic cGF1bF9jaGl1c2FubzpMYW1lU3RhclRlYW0z | |
User-Agent: git/1.7.0.2.msysgit.0.14.g956d7 | |
Proxy-Connection: Keep-Alive | |
Pragma: no-cache | |
< HTTP/1.1 500 Internal Server Error | |
< Cache-Control: no-cache | |
< Pragma: no-cache | |
< Content-Type: text/html; charset=utf-8 | |
< Proxy-Connection: Keep-Alive | |
< Connection: Keep-Alive | |
< Content-Length: 1821 | |
< | |
* The requested URL returned error: 500 | |
* Expire cleared | |
* Connection #1 to host corp-55w-proxy.mhc left intact | |
error: The requested URL returned error: 500 while accessing https://[email protected]/scalaz/scalaz.git/in | |
fo/refs | |
fatal: HTTP request failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment