Skip to content

Instantly share code, notes, and snippets.

@mazz
Created October 11, 2016 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mazz/52a5838d37314f2365c878fa7e58e575 to your computer and use it in GitHub Desktop.
Save mazz/52a5838d37314f2365c878fa7e58e575 to your computer and use it in GitHub Desktop.
~/web/meru_env/meru (harvest_photos ✘)✭ ᐅ git push origin harvest_photos
Counting objects: 4, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 584 bytes | 0 bytes/s, done.
Total 4 (delta 3), reused 0 (delta 0)
remote: env: python2: No such file or directory
To maz@localhost:/Library/git/meru.git
! [remote rejected] harvest_photos -> harvest_photos (pre-receive hook declined)
error: failed to push some refs to 'maz@localhost:/Library/git/meru.git'
~/web/meru_env/meru (harvest_photos ✘)✭ ᐅ
~/web/meru_env/meru (harvest_photos ✘)✭ ᐅ git --version
git version 2.6.4 (Apple Git-63)
@mazz
Copy link
Author

mazz commented Oct 11, 2016

Mac OS 10.11.5

@mazz
Copy link
Author

mazz commented Oct 11, 2016

kallithea put a bogus pre-receive hook in the hook/ dir. Fix was to do mv pre-receive pre-receive_kallithea

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