zeromq / lzmq

Lua binding to ZeroMQ
MIT License
136 stars 46 forks source link

Default branch of lzmq repo has been deleted #20

Open vlebedev opened 10 years ago

vlebedev commented 10 years ago

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.
moteus commented 10 years ago

I can not find how fix it.

000zzz commented 10 years ago

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

moteus commented 10 years ago

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.