I'm getting
leibniz-233% git clone https://github.com/feeley/gambit.git Initialized empty Git repository in /tmp/lucier/gambit/.git/ fatal: https://github.com/feeley/gambit.git/info/refs download error - The requested URL returned error: 403
Brad
Afficher les réponses par date
Seems fine here:
flynn:tt aking$ git clone https://github.com/feeley/gambit.git Cloning into 'gambit'... remote: Counting objects: 6559, done. remote: Compressing objects: 100% (1592/1592), done. remote: Total 6559 (delta 5028), reused 6469 (delta 4938) Receiving objects: 100% (6559/6559), 14.16 MiB | 188 KiB/s, done. Resolving deltas: 100% (5028/5028), done. flynn:tt aking$ git --version git version 1.7.9.6 (Apple Git-31.1) flynn:tt aking$ uname -a Darwin flynn 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 flynn:tt aking$
On Mon, Jan 7, 2013 at 12:22 AM, Bradley Lucier lucier@math.purdue.eduwrote:
I'm getting
leibniz-233% git clone https://github.com/feeley/gambit.git Initialized empty Git repository in /tmp/lucier/gambit/.git/ fatal: https://github.com/feeley/gambit.git/info/refs download error - The requested URL returned error: 403
Brad
Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
Maybe. github recommends 1.7.1 or newer ( http://learn.github.com/p/intro.html). I don't have any older git 1.6 version to try with - sorry.
On Mon, Jan 7, 2013 at 12:42 AM, Bradley Lucier lucier@math.purdue.eduwrote:
On Jan 7, 2013, at 12:31 AM, Adam King wrote:
Seems fine here:
flynn:tt aking$ git --version git version 1.7.9.6 (Apple Git-31.1)
Thanks, do you think my version of git might be too old?
leibniz-240% git --version git version 1.6.1
This is on a box running an old RHEL.
Brad