First try: henrik@hnrk:~/src/jboss-rpm-wiki (master)$ GIT_CURL_VERBOSE=1 git push --all * About to connect() to code.google.com port 443 (#0) * Trying 173.194.32.5... * Connected to code.google.com (173.194.32.5) port 443 (#0) * successfully set certificate verify locations: * CAfile: /opt/local/share/curl/curl-ca-bundle.crt CApath: none * SSL connection using ECDHE-RSA-RC4-SHA * Server certificate: * subject: C=US; ST=California; L=Mountain View; O=Google Inc; CN=*.google.com * start date: 2011-11-02 21:08:36 GMT * expire date: 2012-11-02 21:18:36 GMT * subjectAltName: code.google.com matched * issuer: C=US; O=Google Inc; CN=Google Internet Authority * SSL certificate verify ok. > GET /p/jboss-rpm.wiki/info/refs?service=git-receive-pack HTTP/1.1 User-Agent: git/1.7.7 Host: code.google.com Accept: */* Pragma: no-cache
< HTTP/1.1 401 Unauthorized < WWW-Authenticate: Basic realm="Google Code git Repository" < Content-Type: text/html; charset=UTF-8 < X-Content-Type-Options: nosniff < Date: Thu, 10 Nov 2011 08:32:06 GMT < Server: git_frontend < Content-Length: 11853 < X-XSS-Protection: 1; mode=block < * Ignoring the response-body * Connection #0 to host code.google.com left intact * Issue another request to this URL: 'https://code.google.com/p/jboss- rpm.wiki/info/refs?service=git-receive-pack' * Re-using existing connection! (#0) with host code.google.com * Connected to code.google.com (173.194.32.5) port 443 (#0) * Server auth using Basic with user '[email protected]' > GET /p/jboss-rpm.wiki/info/refs?service=git-receive-pack HTTP/1.1 Authorization: Basic xxx== User-Agent: git/1.7.7 Host: code.google.com Accept: */* Pragma: no-cache < HTTP/1.1 200 OK < Content-Type: application/x-git-receive-pack-advertisement < Expires: Fri, 01 Jan 1980 00:00:00 GMT < Pragma: no-cache < Cache-Control: no-cache, max-age=0, must-revalidate < X-Content-Type-Options: nosniff < Date: Thu, 10 Nov 2011 08:32:15 GMT < Server: git_frontend < Content-Length: 139 < X-XSS-Protection: 1; mode=block < * Connection #0 to host code.google.com left intact Counting objects: 24, done. Delta compression using up to 4 threads. Compressing objects: 100% (23/23), done. Writing objects: 100% (24/24), 3.38 KiB, done. Total 24 (delta 12), reused 0 (delta 0) * About to connect() to code.google.com port 443 (#0) * Trying 173.194.32.4... * connected * successfully set certificate verify locations: * CAfile: /opt/local/share/curl/curl-ca-bundle.crt CApath: none * SSL re-using session ID * SSL connection using ECDHE-RSA-RC4-SHA * Server certificate: * subject: C=US; ST=California; L=Mountain View; O=Google Inc; CN=*.google.com * start date: 2011-11-02 21:08:36 GMT * expire date: 2012-11-02 21:18:36 GMT * subjectAltName: code.google.com matched * issuer: C=US; O=Google Inc; CN=Google Internet Authority * SSL certificate verify ok. * Server auth using Basic with user '[email protected]' > POST /p/jboss-rpm.wiki/git-receive-pack HTTP/1.1 Authorization: Basic xxx== User-Agent: git/1.7.7 Host: code.google.com Accept-Encoding: deflate, gzip Content-Type: application/x-git-receive-pack-request Accept: application/x-git-receive-pack-result Content-Length: 3597 * upload completely sent off: 3597out of 3597 bytes * The requested URL returned error: 500 * Closing connection #0 error: RPC failed; result=22, HTTP code = 500 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Second try: henrik@hnrk:~/src/jboss-rpm-wiki (master)$ GIT_CURL_VERBOSE=1 git push --all * About to connect() to code.google.com port 443 (#0) * Trying 173.194.32.3... * Connected to code.google.com (173.194.32.3) port 443 (#0) * successfully set certificate verify locations: * CAfile: /opt/local/share/curl/curl-ca-bundle.crt CApath: none * SSL connection using ECDHE-RSA-RC4-SHA * Server certificate: * subject: C=US; ST=California; L=Mountain View; O=Google Inc; CN=*.google.com * start date: 2011-11-02 21:08:36 GMT * expire date: 2012-11-02 21:18:36 GMT * subjectAltName: code.google.com matched * issuer: C=US; O=Google Inc; CN=Google Internet Authority * SSL certificate verify ok. > GET /p/jboss-rpm.wiki/info/refs?service=git-receive-pack HTTP/1.1 User-Agent: git/1.7.7 Host: code.google.com Accept: */* Pragma: no-cache * The requested URL returned error: 500 * Closing connection #0 * About to connect() to code.google.com port 443 (#0) * Trying 173.194.32.2... * Connected to code.google.com (173.194.32.2) port 443 (#0) * successfully set certificate verify locations: * CAfile: /opt/local/share/curl/curl-ca-bundle.crt CApath: none * SSL re-using session ID * SSL connection using ECDHE-RSA-RC4-SHA * Server certificate: * subject: C=US; ST=California; L=Mountain View; O=Google Inc; CN=*.google.com * start date: 2011-11-02 21:08:36 GMT * expire date: 2012-11-02 21:18:36 GMT * subjectAltName: code.google.com matched * issuer: C=US; O=Google Inc; CN=Google Internet Authority * SSL certificate verify ok. > GET /p/jboss-rpm.wiki/info/refs HTTP/1.1 User-Agent: git/1.7.7 Host: code.google.com Accept: */* Pragma: no-cache * The requested URL returned error: 404 * Closing connection #0 fatal: https://code.google.com/p/jboss-rpm.wiki/info/refs not found: did you run git update-server-info on the server? -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

