Created
October 11, 2016 21:56
-
-
Save mazz/52a5838d37314f2365c878fa7e58e575 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kallithea put a bogus pre-receive hook in the hook/ dir. Fix was to do
mv pre-receive pre-receive_kallithea