Skip to content

Instantly share code, notes, and snippets.

@jehoshua02
Created February 7, 2012 23:26
Show Gist options
  • Save jehoshua02/1762949 to your computer and use it in GitHub Desktop.
Save jehoshua02/1762949 to your computer and use it in GitHub Desktop.
post-receive error...
js@JS-LAPTOP /d/projects/test (master)
$ git remote add origin [email protected]:test.git

js@JS-LAPTOP /d/projects/test (master)
$ git push -u origin master
Enter passphrase for key '/c/Users/js/.ssh/id_rsa':
Counting objects: 3, done.
Writing objects: 100% (3/3), 210 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
error: cannot run hooks/post-receive: No such file or directoryremote: /usr/bin/env:

To [email protected]:test.git
 * [new branch]      master -> master
Branch master set up to track remote branch master from origin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment