Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326290 - No protocol git+ssh
Summary: No protocol git+ssh
Status: RESOLVED WONTFIX
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-27 07:26 EDT by AJ CLA
Modified: 2010-09-27 09:14 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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"