Skip to content

Instantly share code, notes, and snippets.

@fredgrott
Created November 21, 2011 15:50
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 fredgrott/1383024 to your computer and use it in GitHub Desktop.
Save fredgrott/1383024 to your computer and use it in GitHub Desktop.
Git SSH env key
# to enable eclipse to properly handle git ssh
# versions eclipse 3.5 and up
# its jgit dependency
GIT_SSH =/usr/bin/ssh
export PATH=$GIT_SSH:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment