Skip to content

Instantly share code, notes, and snippets.

Created June 4, 2013 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8f6533a755ae5c710c75 to your computer and use it in GitHub Desktop.
Save anonymous/8f6533a755ae5c710c75 to your computer and use it in GitHub Desktop.
(walk-postcard)yayco:postcard jerzyk$ GIT_CURL_VERBOSE=1 /usr/local/bin/git push -v origin master
Pushing to https://jerzyk@repos.blueice.pl/walk/postcard
* Couldn't find host repos.blueice.pl in the .netrc file; using defaults
* About to connect() to repos.blueice.pl port 443 (#0)
* Trying 193.93.205.138...
* Connected to repos.blueice.pl (193.93.205.138) port 443 (#0)
* Connected to repos.blueice.pl (193.93.205.138) port 443 (#0)
* SSL connection using RC4-SHA
* Server certificate:
* subject: description=Z5kx99hzVYRUmk3w; C=PL; CN=repos.blueice.pl; emailAddress=webmaster@blueice.pl
* start date: 2013-06-01 10:35:41 GMT
* expire date: 2014-06-02 10:10:00 GMT
* subjectAltName: repos.blueice.pl matched
* issuer: C=IL; O=StartCom Ltd.; OU=Secure Digital Certificate Signing; CN=StartCom Class 1 Primary Intermediate Server CA
* SSL certificate verify ok.
> GET /walk/postcard/info/refs?service=git-receive-pack HTTP/1.1
User-Agent: git/1.8.2.3
Host: repos.blueice.pl
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache
< HTTP/1.1 401 Unauthorized
< Server: nginx/1.4.1
< Date: Tue, 04 Jun 2013 10:13:31 GMT
< Content-Type: text/html
< Content-Length: 289
< Connection: keep-alive
< Content-Encoding: gzip
< Www-Authenticate: Basic realm="RhodeCode authentication"
<
* Ignoring the response-body
* Connection #0 to host repos.blueice.pl left intact
* Issue another request to this URL: 'https://jerzyk@repos.blueice.pl/walk/postcard/info/refs?service=git-receive-pack'
* Couldn't find host repos.blueice.pl in the .netrc file; using defaults
* Re-using existing connection! (#0) with host (nil)
* Connected to (nil) (193.93.205.138) port 443 (#0)
* Server auth using Basic with user 'jerzyk'
> GET /walk/postcard/info/refs?service=git-receive-pack HTTP/1.1
Authorization: Basic amVyenlrOg==
User-Agent: git/1.8.2.3
Host: repos.blueice.pl
Accept: */*
Accept-Encoding: gzip
Pragma: no-cache
< HTTP/1.1 401 Unauthorized
< Server: nginx/1.4.1
< Date: Tue, 04 Jun 2013 10:13:31 GMT
< Content-Type: text/html
< Content-Length: 289
< Connection: keep-alive
< Content-Encoding: gzip
* Authentication problem. Ignoring this.
< Www-Authenticate: Basic realm="RhodeCode authentication"
* The requested URL returned error: 401
* Closing connection #0
Password for 'https://jerzyk@repos.blueice.pl':
* Couldn't find host repos.blueice.pl in the .netrc file; using defaults
* About to connect() to repos.blueice.pl port 443 (#0)
* Trying 193.93.205.138...
* Connected to repos.blueice.pl (193.93.205.138) port 443 (#0)
* Connected to repos.blueice.pl (193.93.205.138) port 443 (#0)
* SSL re-using session ID
* SSL connection using RC4-SHA
* old SSL session ID is stale, removing
* Server certificate:
* subject: description=spE7Boyiy6A37UO9; C=PL; CN=hg.blueice.pl; emailAddress=webmaster@blueice.pl
* start date: 2013-03-03 04:10:20 GMT
* expire date: 2014-03-04 04:15:25 GMT
* subjectAltName does not match repos.blueice.pl
* Closing connection #0
error: The requested URL returned error: 401 while accessing https://jerzyk@repos.blueice.pl/walk/postcard/info/refs?service=git-receive-pack
fatal: HTTP request failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment