lzmq icon indicating copy to clipboard operation
lzmq copied to clipboard

Default branch of lzmq repo has been deleted

Open vlebedev opened this issue 11 years ago • 3 comments

When trying to clone the repo, getting the following

% git clone https://github.com/zeromq/lzmq
Cloning into 'lzmq'...
remote: Counting objects: 2352, done.
remote: Total 2352 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (2352/2352), 518.30 KiB | 327.00 KiB/s, done.
Resolving deltas: 100% (1447/1447), done.
Checking connectivity... done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

vlebedev avatar Sep 02 '14 06:09 vlebedev

I can not find how fix it.

moteus avatar Sep 03 '14 09:09 moteus

https://help.github.com/articles/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout/ To fix the error, you'll need to be an administrator of the repository on GitHub. You'll want to change the default branch of the repository.

moteus, Can you fix this issue as soon as possible? I want to check this out for testing

000zzz avatar Oct 21 '14 09:10 000zzz

I saw this. But lzmq has only one branch and it is already default.

I want to check this out for testing

You can checkout it with git clone https://github.com/zeromq/lzmq.git -b master command.

moteus avatar Oct 21 '14 10:10 moteus