Skip to content

Instantly share code, notes, and snippets.

@krisleech
Created May 20, 2011 09:13
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 krisleech/982602 to your computer and use it in GitHub Desktop.
Save krisleech/982602 to your computer and use it in GitHub Desktop.
$ GIT_TRACE=1 git push test master
trace: built-in: git 'push' 'test' 'master'
trace: run_command: 'ssh' 'user@example.com' 'git-receive-pack '\''/home/user/git/frogger'\'''
git: '/home/user/git/frogger' is not a git command. See 'git --help'.
fatal: The remote end hung up unexpectedly
-------------------------------------------------------------------------
$ ssh example.com 'type git-receive-pack ; type git'
git-receive-pack is /opt/USER/git/bin/git-receive-pack
git is /opt/USER/git/bin/git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment