unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Dani Moncayo <dmoncayo@gmail.com>
To: "help-gnu-emacs@gnu.org list" <help-gnu-emacs@gnu.org>
Subject: Error while trying to clone the Emacs git repo (via http)
Date: Wed, 25 Jan 2017 10:28:49 +0100	[thread overview]
Message-ID: <CAH8Pv0jsF67HsJVbinGSykE0crV=R7KpWE8Frd=2cedMvXGnPQ@mail.gmail.com> (raw)

Hello all,

I'm trying to clone the Emacs git repository, from a cygwin
environment, installed on my work PC.  This PC connects to the
internet through a corporate proxy server.

I've configured git to know about the proxy:

  $ git config --global http.proxy http://myproxy.mycompany.com:xxxx

And then I've tried to clone the repo:

  $ git clone -b master git://git.sv.gnu.org/emacs.git
  Cloning into 'emacs'...
  fatal: unable to connect to git.sv.gnu.org:
  git.sv.gnu.org[0: 208.118.235.72]: errno=Connection timed out

My second try has been to uset the http protocol (since the proxy
probably does not allow the git protocol):

  $ git clone http://git.sv.gnu.org/r/emacs.git
  Cloning into 'emacs'...
  remote: Counting objects: 780227, done.
  remote: aborting due to possible repository corruption on the remote side.
  fatal: protocol error: bad pack header

The above error message suggests a problem on the remote side.  So,
could anyone try the above and see if it fails the same way?

If the problem is actually on the server side, who could I report it to?

TIA

-- 
Dani Moncayo



             reply	other threads:[~2017-01-25  9:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-25  9:28 Dani Moncayo [this message]
2017-01-25  9:42 ` Error while trying to clone the Emacs git repo (via http) Dan Čermák
2017-01-25 13:47   ` Dani Moncayo
2017-01-26 18:54     ` Bob Proulx
2017-01-25 15:55 ` Eli Zaretskii
2017-01-26 19:08   ` 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='CAH8Pv0jsF67HsJVbinGSykE0crV=R7KpWE8Frd=2cedMvXGnPQ@mail.gmail.com' \
    --to=dmoncayo@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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).