pgerell / ucpp

Automatically exported from code.google.com/p/ucpp
0 stars 0 forks source link

git clone fails: warning: remote HEAD refers to nonexistent ref, unable to checkout. #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. git clone https://code.google.com/p/ucpp/

What is the expected output? What do you see instead?

Cloning into ucpp...
remote: Counting objects: 64, done.
remote: Finding sources: 100% (64/64), done.
remote: Total 64 (delta 18)
Unpacking objects: 100% (64/64), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

What version of the product are you using? On what operating system?

git 1.7.7 on Gentoo Linux 64bit

Original issue reported on code.google.com by patterner on 19 Oct 2011 at 8:03

GoogleCodeExporter commented 8 years ago
I've noticed this repo corruption as well.  Even the tags I had created are 
missing now.  For now, I reccommend using 1.3.2 out of downloads.  I'll try to 
fix the repo this weekend.

Original comment by lpsan...@gmail.com on 19 Oct 2011 at 4:14

GoogleCodeExporter commented 8 years ago
You are missing a "master" remote branch. 
That's why you get: warning: remote HEAD refers to nonexistent ref, unable to 
checkout.

Original comment by andrea.tagliasacchi on 17 Aug 2012 at 10:19