Using the git:// protocol is generally more efficient than http:// because you are talking to a smart server on the other end that can just send the packs you need for your fetch operation. http:// is a dumb protocol (in the sense that there is no program on the other end that knows anything about the git repository) so you end up transferring more data than you really need to.
-Bernt Manish <[EMAIL PROTECTED]> writes: > On Wed, Jul 23, 2008 at 1:31 AM, Denis Bueno wrote: > > On Tue, Jul 22, 2008 at 13:54, Carsten Dominik wrote: > >> OK, I added this. Thanks. > > > > The URL used in the "git clone" command on the website is wrong. It > > should read: > > > > git clone git://repo.or.cz/org-mode.git > > > > Cloning with the URL given currently on the website gives: > > > > tmp[94] > git clone git://repo.or.cz/w/org-mode.git Initialized > > empty Git repository in /Users/Shared/src/tmp/org-mode/.git/ > > fatal: The remote end hung up unexpectedly > > You can use "http://repo.or.cz/r/org-mode.git" for cloning over http. > ^^^ notice the r > > -- Manish > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode