Skip to content

Instantly share code, notes, and snippets.

@laruence
Created June 19, 2014 02:28
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 laruence/db8d79bbd5cb2b9f3541 to your computer and use it in GitHub Desktop.
Save laruence/db8d79bbd5cb2b9f3541 to your computer and use it in GitHub Desktop.
git push
$ GIT_CURL_VERBOSE=1 git push
* Couldn't find host git.php.net in the .netrc file, using defaults
* About to connect() to git.php.net port 443
* Expire at 1403145106 / 617449 (300000ms)
* Trying 72.52.91.13... * Expire at 1403145106 / 617620 (300000ms)
* Connected to git.php.net (72.52.91.13) port 443
* successfully set certificate verify locations:
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
* subject: /OU=Domain Control Validated/OU=PositiveSSL Wildcard/CN=*.php.net
* start date: 2013-06-03 00:00:00 GMT
* expire date: 2016-06-02 23:59:59 GMT
* issuer: /C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=PositiveSSL CA 2
* SSL certificate verify ok.
> GET /push/php-src.git/info/refs?service=git-receive-pack HTTP/1.1
User-Agent: git/1.7.11-rc1
Host: git.php.net
Accept: */*
Pragma: no-cache
< HTTP/1.1 401 Unauthorized
< Server: nginx/1.4.7
< Date: Thu, 19 Jun 2014 02:26:56 GMT
< Content-Type: text/html; charset=iso-8859-1
< Content-Length: 459
< Connection: keep-alive
< WWW-Authenticate: Digest realm="PHP Subversion Repository", nonce="bTFdHCf8BAA=87ac1877ebbb77a950b8b531cb4bea6ce128021f", algorithm=MD5, qop="auth"
* The requested URL returned error: 401
* Expire cleared
* Closing connection #0
* Couldn't find host git.php.net in the .netrc file, using defaults
* About to connect() to git.php.net port 443
* Expire at 1403145116 / 750191 (300000ms)
* Trying 72.52.91.13... * Expire at 1403145116 / 750228 (300000ms)
* Connection refused
* Failed connect to git.php.net:443; Operation now in progress
* Expire cleared
* Closing connection #0
* Couldn't find host git.php.net in the .netrc file, using defaults
* About to connect() to git.php.net port 443
* Expire at 1403145124 / 962915 (300000ms)
* Trying 72.52.91.13... * Expire at 1403145124 / 962950 (300000ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment