Skip to content

Instantly share code, notes, and snippets.

View iTofu's full-sized avatar
🎯
Focusing

LΞO iTofu

🎯
Focusing
View GitHub Profile
@iTofu
iTofu / git_remote_end_hung_up.markdown
Created August 13, 2018 07:35
Git error: "The remote end hung up unexpectedly"

clone repo

$ git clone http://github.com/large-repository --depth 1
$ cd large-repository
$ git fetch --unshallow

existing repo

$ git fetch --depth 1
@iTofu
iTofu / Pod_setup_failed.md
Last active September 27, 2016 05:23
Pod setup failed
LeodeMacBook-Pro:repos Leo$ pod setup
Setting up CocoaPods master repo
[!] /usr/local/bin/git clone https://github.com/CocoaPods/Specs.git master

Cloning into 'master'...
error: RPC failed; curl 56 SSLRead() return error -36
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed