I just found that the following commands do not work: (1) git clone ssh://[email protected]/~git/sitaramc/git-notes.git (2) git clone ssh://[email protected]/~/sitaramc/git-notes.git (3) git clone ssh://[email protected]/sitaramc/git-notes.git
However, this one works: (4) git clone [email protected]:sitaramc/git-notes.git As far as I know, this is the same as #1 and #2 (tested with my own repos via ssh). Does github do something special to enable only the scp style syntax, or is my understanding screwed up? [Note I'm not asking to change anything; just trying to reconcile my understanding with what I observe!] Thanks :-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
