推送到github gist失败

时间:2013-08-02 13:59:58

标签: git github gist

尝试将PNG推送到我的github gist但没有成功。

$ git clone https://gist.github.com/6124716.git
$ cd 6124716
$ ls
fed.json     index.html     vermont.json

然后我可以修改index.html并将更改推送到我的github存储库。但是,一旦我将png文件保存到repo中,我就失去了推送的能力:

$ git push
Counting objects: 4, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 25.48 KiB, done.
Total 3 (delta 0), reused 0 (delta 0)
error: RPC failed; result=52, HTTP code = 0
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly

阅读问题,我看到了增加缓冲区大小的建议:

$ git config http.postBuffer 524288000

但我仍然收到相同的错误消息。此外,vermont.json比我试图上传的PNG大得多。

$ ls -la
drwxr-xr-x   7 mparrilla  staff     238 Aug  2 09:53 .
drwxr-xr-x   7 mparrilla  staff     238 Aug  2 09:53 ..
drwxr-xr-x  14 mparrilla  staff     476 Aug  2 09:56 .git
-rw-r--r--   1 mparrilla  staff    5635 Aug  2 09:52 fed.json
-rw-r--r--   1 mparrilla  staff    3381 Aug  2 09:52 index.html
-rw-r--r--   1 mparrilla  staff   25776 Aug  2 09:28 thumbnail.png
-rw-r--r--   1 mparrilla  staff  187388 Aug  2 09:52 vermont.json

1 个答案:

答案 0 :(得分:9)

我不确定使用HTTPS有什么问题,但作为替代方案,您可以尝试使用SSH:

通过SSH克隆要点 -

git clone git@github.com:6124716.git