all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Dan Čermák" <dan.cermak@cgc-instruments.com>
To: "help-gnu-emacs\@gnu.org list" <help-gnu-emacs@gnu.org>
Subject: Re: Error while trying to clone the Emacs git repo (via http)
Date: Wed, 25 Jan 2017 10:42:48 +0100	[thread overview]
Message-ID: <878tpzscfb.fsf@cgc-instruments.com> (raw)
In-Reply-To: <CAH8Pv0jsF67HsJVbinGSykE0crV=R7KpWE8Frd=2cedMvXGnPQ@mail.gmail.com>


It's not just you:

$ git clone http://git.savannah.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

I however do not know whom to tell, mayble you can find some contact
info on the savannah webpage: https://savannah.gnu.org/

Dani Moncayo <dmoncayo@gmail.com> writes:

> 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:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-25  9:28 Error while trying to clone the Emacs git repo (via http) Dani Moncayo
2017-01-25  9:42 ` Dan Čermák [this message]
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

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

  git send-email \
    --in-reply-to=878tpzscfb.fsf@cgc-instruments.com \
    --to=dan.cermak@cgc-instruments.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.