unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Bob Proulx <bob@proulx.com>
To: "H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de>,
	Stephen Berman <stephen.berman@gmx.net>,
	help-gnu-emacs@gnu.org
Subject: Re: [git] puplic repo url incorrect or server overloaded?
Date: Thu, 13 Nov 2014 11:21:28 -0700	[thread overview]
Message-ID: <20141113111600224677727@bob.proulx.com> (raw)
In-Reply-To: <87fvdnntde.fsf@vsl28t2g.ww011>

H. Dieter Wilhelm wrote:
> Stephen Berman writes:
> > H. Dieter Wilhelm wrote:
> > >     git://git.sv.gnu.org/emacs
> > > Is this just a sign that the server is overloaded or am I'm doing
> > > something wrong?

The server was overloaded.  I wrote that in my other message but
wanted to address these points separately.

> > According to http://savannah.gnu.org/git/?group=emacs it should be this:
> >
> > git clone git://git.savannah.gnu.org/emacs.git
> 
> > (I assume "sv" and "savannah" are the same machine, 

Yes.  The sv is an alias to savannah.  A typing aid.  The canonical
name is vcs.savannah.gnu.org but any of the aliases to it are fine
too.  You will also see aliases for cvs and bzr and others too.

> > but the ".git" extension may be necessary.
> 
> I see, thanks, I'm trying it now with the .git extension...

Whether a clone has a .git on the end or not is not important.  The
git clone will add a .git to the end automatically.

  git clone git://git.sv.gnu.org/emacs

Is the same as:

  git clone git://git.sv.gnu.org/emacs.git

Therefore I tend to leave it off to shorten things.  Otherwise there
is "git" in the command line about four different times!  At some
point it sounds like South Park's "Marklar marklar marklar".

Your problem was unrelated to the .git on the end or not.  Either way
there is fine.  Your problem was the overloaded server as I wrote
about in my other message.

Bob



  reply	other threads:[~2014-11-13 18:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-13 12:43 [git] puplic repo url incorrect or server overloaded? H. Dieter Wilhelm
2014-11-13 13:01 ` Stephen Berman
2014-11-13 13:05   ` H. Dieter Wilhelm
2014-11-13 18:21     ` Bob Proulx [this message]
2014-11-13 14:23   ` [git] tracking instead of cloining; was: " H. Dieter Wilhelm
2014-11-13 18:15 ` [git] " Bob Proulx

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141113111600224677727@bob.proulx.com \
    --to=bob@proulx.com \
    --cc=dieter@duenenhof-wilhelm.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=stephen.berman@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).