We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I can not find how fix it.
Sorry, something went wrong.
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.
lzmq
I want to check this out for testing
You can checkout it with git clone https://github.com/zeromq/lzmq.git -b master command.
git clone https://github.com/zeromq/lzmq.git -b master
No branches or pull requests
When trying to clone the repo, getting the following
The text was updated successfully, but these errors were encountered: