Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 326290

Summary: No protocol git+ssh
Product: [Technology] EGit Reporter: AJ <lanx>
Component: CoreAssignee: Project Inbox <egit.core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: matthias.sohn
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description AJ CLA 2010-09-27 07:26:27 EDT
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.
Comment 1 Matthias Sohn CLA 2010-09-27 09:14:03 EDT
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"