! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
git: warning: remote HEAD refers to nonexistent ref, unable to checkout.
Status:
RESOLVED: FIXED
Product:
Xfce4-dev-tools
Component:
General

Comments

Description inne 2014-12-27 15:36:17 CET
$ env LANG=C git clone git://git.xfce.org/users/nick/xfce4-dev-tools
Cloning into 'xfce4-dev-tools'...
remote: Counting objects: 680, done.
remote: Compressing objects: 100% (228/228), done.
remote: Total 680 (delta 446), reused 680 (delta 446)
Receiving objects: 100% (680/680), 142.23 KiB | 0 bytes/s, done.
Resolving deltas: 100% (446/446), done.
Checking connectivity... done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

$ ls -a xfce4-dev-tools/
.  ..  .git
Comment 1 Skunnyk editbugs 2017-05-22 23:52:46 CEST
Yes, this is normal as user branches does not have a master branch.
You need to "git checkout $branchname" the needed branch, or clone with git clone -b $branchname

Bug #11408

Reported by:
inne
Reported on: 2014-12-27
Last modified on: 2017-05-22

People

Assignee:
Xfce Bug Triage
CC List:
1 user

Version

Attachments

Additional information