runemadsen / Magic-Book-Project

DEPRECATED: We are reviving the Magic Book project as a node package: https://github.com/magicbookproject/magicbook
http://itp.nyu.edu
621 stars 59 forks source link

Problem cloning the rep #166

Open aseifert opened 11 years ago

aseifert commented 11 years ago

Hi,

I am unable to clone the rep, it says: "error: RPC failed; result=18, HTTP code = 200"

I tried changing the post buffer to 524288000 as suggested here, but that didn't help either.

Here is my verbose output

GIT_CURL_VERBOSE=1 git clone --progress -v https://github.com/runemadsen/Magic-Book-Project.git
Cloning into 'Magic-Book-Project'...
* Couldn't find host github.com in the .netrc file; using defaults
* About to connect() to github.com port 443 (#0)
*   Trying 192.30.252.131...
* Connected to github.com (192.30.252.131) port 443 (#0)
* Connected to github.com (192.30.252.131) port 443 (#0)
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
*    subject: businessCategory=Private Organization; 1.3.6.1.4.1.311.60.2.1.3=US; 1.3.6.1.4.1.311.60.2.1.2=Delaware; serialNumber=5157550; street=548 4th Street; postalCode=94107; C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=github.com
*    start date: 2013-06-10 00:00:00 GMT
*    expire date: 2015-09-02 12:00:00 GMT
*    subjectAltName: github.com matched
*    issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert High Assurance EV CA-1
*    SSL certificate verify ok.
> GET /runemadsen/Magic-Book-Project.git/info/refs?service=git-upload-pack HTTP/1.1
User-Agent: git/1.7.9.6 (Apple Git-31.1)
Host: github.com
Accept: */*
Pragma: no-cache

< HTTP/1.1 200 OK
< Server: GitHub.com
< Date: Fri, 30 Aug 2013 16:53:24 GMT
< Content-Type: application/x-git-upload-pack-advertisement
< Transfer-Encoding: chunked
< Expires: Fri, 01 Jan 1980 00:00:00 GMT
< Pragma: no-cache
< Cache-Control: no-cache, max-age=0, must-revalidate
< Vary: Accept-Encoding
< 
* Connection #0 to host github.com left intact
POST git-upload-pack (924 bytes)
* Couldn't find host github.com in the .netrc file; using defaults
* About to connect() to github.com port 443 (#0)
*   Trying 192.30.252.131...
* connected
* Connected to github.com (192.30.252.131) port 443 (#0)
* SSL re-using session ID
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
*    subject: businessCategory=Private Organization; 1.3.6.1.4.1.311.60.2.1.3=US; 1.3.6.1.4.1.311.60.2.1.2=Delaware; serialNumber=5157550; street=548 4th Street; postalCode=94107; C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=github.com
*    start date: 2013-06-10 00:00:00 GMT
*    expire date: 2015-09-02 12:00:00 GMT
*    subjectAltName: github.com matched
*    issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert High Assurance EV CA-1
*    SSL certificate verify ok.
> POST /runemadsen/Magic-Book-Project.git/git-upload-pack HTTP/1.1
User-Agent: git/1.7.9.6 (Apple Git-31.1)
Host: github.com
Accept-Encoding: deflate, gzip
Content-Type: application/x-git-upload-pack-request
Accept: application/x-git-upload-pack-result
Content-Length: 924

* upload completely sent off: 924 out of 924 bytes
< HTTP/1.1 200 OK
< Server: GitHub.com
< Date: Fri, 30 Aug 2013 16:53:25 GMT
< Content-Type: application/x-git-upload-pack-result
< Transfer-Encoding: chunked
< Expires: Fri, 01 Jan 1980 00:00:00 GMT
< Pragma: no-cache
< Cache-Control: no-cache, max-age=0, must-revalidate
< Vary: Accept-Encoding
< 
remote: Counting objects: 5357, done.
remote: Compressing objects: 100% (2445/2445), done.
* transfer closed with outstanding read data remainingiB/s    
* Closing connection #0
error: RPC failed; result=18, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
mejikomtv commented 1 month ago

thanks. i will update my apps