tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Can't "git clone" anymore


From: Christian Jullien
Subject: [Tinycc-devel] Can't "git clone" anymore
Date: Sat, 16 Feb 2013 18:28:52 +0100

c:\tmp>git clone git://repo.or.cz/tinycc.git
Cloning into 'tinycc'...
remote: Counting objects: 5037, done.
remote: Compressing objects: 100% (1558/1558), done.
remote: Total 5037 (delta 3427), reused 5037 (delta 3427)
Receiving objects: 100% (5037/5037), 2.30 MiB | 404 KiB/s, done.
Resolving deltas: 100% (3427/3427), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

And tinycc contains only .git

Same with mob:

c:\tmp>git clone -b mob git://repo.or.cz/tinycc.git
Cloning into 'tinycc'...
remote: Counting objects: 5037, done.
remote: Compressing objects: 100% (1558/1558), done.
remote: Total 5037 (delta 3427), reused 5037 (delta 3427)Receiving objects
Receiving objects: 100% (5037/5037), 2.30 MiB | 404 KiB/s, done.
Resolving deltas: 100% (3427/3427), done.
warning: Remote branch mob not found in upstream origin, using HEAD instead
warning: remote HEAD refers to nonexistent ref, unable to checkout.

Same thing from linux box

address@hidden ~/tmp $ git clone -b mob git://repo.or.cz/tinycc.git
Cloning into 'tinycc'...
fatal: Remote branch mob not found in upstream origin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]