ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez <oinos@gmx.es>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: cloning context git repository
Date: Sat, 21 Jun 2014 22:23:12 +0200	[thread overview]
Message-ID: <53A5E9B0.5010506@gmx.es> (raw)

Dear Mojca,

as Philipp already reported some time ago
(http://www.ntg.nl/pipermail/ntg-context/2014/077848.html), I’m afraid I
cannot clone the git repo either:

$ git clone http://git.contextgarden.net/context/context.git
Cloning into 'context'...
remote: Counting objects: 56495, done.
remote: Compressing objects: 100% (11028/11028), done.
error: RPC failed; result=18, HTTP code = 200MiB | 311.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

I can clone the Linux repo too:

$ git clone https://github.com/torvalds/linux.git
Cloning into 'linux'...
remote: Reusing existing pack: 3654061, done.
remote: Total 3654061 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (3654061/3654061), 1.00 GiB | 293.00 KiB/s, done.
Resolving deltas: 100% (3016190/3016190), done.
Checking connectivity... done.
Checking out files: 100% (47427/47427), done.

I’m using git-1.9.3 for Linux. I’m on Fedora 20, but I had the same
results with Ubuntu 14.04 (which comes with git-1.9.1):

$ git clone http://git.contextgarden.net/context/context.git
Cloning into 'context'...
remote: Counting objects: 56495, done.
remote: Compressing objects: 100% (11028/11028), done.
error: RPC failed; result=18, HTTP code = 200MiB | 294.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

There is a workaround for this at https://stackoverflow.com/a/22442535:

git clone --depth 1 http://git.contextgarden.net/context/context.git
git fetch --unshallow

You replied to Philipp that it worked for you. I assume your OS is MacOSX.

Has anyone else succeded or failed in cloning the context git repo?
Which OS are you using?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


             reply	other threads:[~2014-06-21 20:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-21 20:23 Pablo Rodriguez [this message]
2014-06-21 20:48 ` luigi scarso
2014-06-21 21:32 ` Mojca Miklavec
2014-06-21 22:23   ` Mojca Miklavec
2014-06-22  6:03   ` Pablo Rodriguez
2014-06-22  8:40     ` Mojca Miklavec
2014-06-22 10:00       ` Pablo Rodriguez
2014-06-22 12:04         ` Mojca Miklavec
2014-06-22 15:09           ` Pablo Rodriguez
2014-06-22 16:18             ` Mojca Miklavec

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=53A5E9B0.5010506@gmx.es \
    --to=oinos@gmx.es \
    --cc=ntg-context@ntg.nl \
    /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 NNTP newsgroup(s).