Default branch of lzmq repo has been deleted
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.
I can not find how fix it.
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
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.