On Fri, Jan 9, 2009 at 5:27 PM, Sitaram Chamarty <[email protected]> wrote:

> 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).

#4 is not the same as #1 and #2. #1 and #2 both provide an absolute
path to a location on disk, #4 provides an argument
("sitarmc/git-notes.git").

We will never support any format but #4.

-- 
Chris Wanstrath
http://github.com/defunkt

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to