| Summary: | No protocol git+ssh | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | AJ <lanx> |
| Component: | Core | Assignee: | 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
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" |