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

Bug 318963

Summary: Clone wizard should recognize alternative ssh URI syntax
Product: [Technology] EGit Reporter: Benjamin Muskalla <b.muskalla>
Component: UIAssignee: Project Inbox <egit.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: robin
Version: 0.9.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Benjamin Muskalla CLA 2010-07-06 04:15:17 EDT
Pasting a URI into the Clone wizard, the wizard tries to use the file:// protocol instead of ssh://
As the git documentation states, the following URI is an alternative syntax for the SSH protocol and the wizard should recognize the right protocol in that case.

Example: git@github.com:bmuskalla/org.eclipse.rap.git
Comment 1 Robin Stocker CLA 2013-05-18 15:42:29 EDT
Such URIs work in the meantime.