Community
Participate
Working Groups
Build Identifier: eclipse.buildId=I20100608-0911 Egit 0.9.1 I can't see protocol git+ssh in protocols list connection's parameters Reproducible: Always Steps to Reproduce: 1. Try to configure new remote site to fetch from 2. 3.
Use "ssh" instead, this has been cleaned up since all other git tools use ssh (e.g. see [1]) instead of git+ssh so this confused users. Just the protocol specifier was adapted, the underlying protocol implementation didn't change. "git+ssh" should still work if you type in the full URL. [1] http://www.kernel.org/pub/software/scm/git/docs/git-fetch.html, section "Git URLS"