Skip to content

Instantly share code, notes, and snippets.

@kljensen
Created December 19, 2016 20:07
Show Gist options
  • Save kljensen/7da458fa4b82469771eee0931493a18e to your computer and use it in GitHub Desktop.
Save kljensen/7da458fa4b82469771eee0931493a18e to your computer and use it in GitHub Desktop.
Getting errors when doing git fetch or git pull over ssh

If you get this error

> git fetch                                                                                                                                                   ──(master !?)─┘
remote: Counting objects: 27, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 27 (delta 9), reused 3 (delta 3), pack-reused 8
error: unable to create temporary file: Interrupted system call
fatal: failed to write object
fatal: unpack-objects failed
zsh: exit 128   git fetch

It can be due to the process meter. Try instead

git fetch --quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment