Skip to content
Snippets Groups Projects
Commit 3f0ceaf3 authored by Tay Ray Chuan's avatar Tay Ray Chuan
Browse files

README: say 'an explicit protocol prefix'

parent 5875262c
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
hg-git would clone the repository down into the directory 'munger.git', then
convert it to an Hg repository for you.
If you want to clone a github repository for later pushing (or any other repository you access via ssh), you need to convert the ssh url to a format with explicit protocol prefix (mind the switch from colon to slash after the host!):
If you want to clone a github repository for later pushing (or any other repository you access via ssh), you need to convert the ssh url to a format with an explicit protocol prefix (mind the switch from colon to slash after the host!):
$ git clone git@github.com:schacon/hg-git.git
$ hg clone git+ssh://git@github.com/schacon/hg-git.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment