Created
November 21, 2011 15:50
-
-
Save fredgrott/1383024 to your computer and use it in GitHub Desktop.
Git SSH env key
This file contains hidden or 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
# 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