I get the error below when I try to push:
"An internal Exception occurred during push: URI not supported: sso:..."
SourceTree and IntelliJ allow to set git's executable path but not Eclipse which is always /usr/bin/git.
Note:
- My git path is /usr/local/git/current/bin/git.
- I can't symlink it to /usr/bin/git due to SIP, and I'm not allowed to disable it.
- I can't change the URL, it must stay sso://.
- I set /usr/local/git/current/bin/git first thing in $PATH, but Eclipse ignores it.
Versions:
- /usr/local/git/current/bin/git - 2.7.0
- /usr/bin/git - git version 2.5.4 (Apple Git-61)
- Eclipse - 4.5.2
- Eclipse EGit- 4.2.0.201601211800-r
The only solution I thought about is to set the path through: Eclipse > Team > Git > Configuration, but I don't know what is the key, if there is any.