emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Suggest changing git repo on website to refer to git proto


From: Bernt Hansen
Subject: [Orgmode] Re: Suggest changing git repo on website to refer to git protocol
Date: Tue, 22 Jul 2008 22:22:49 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

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 <address@hidden> 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.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]