cernekee / ocproxy

OpenConnect proxy
Other
370 stars 41 forks source link

Corrupt git repo? #3

Closed sammcj closed 9 years ago

sammcj commented 9 years ago
% git clone https://github.com/cernekee/ocproxy.git
Cloning into 'ocproxy'...
remote: Counting objects: 1689, done.
remote: Total 1689 (delta 0), reused 0 (delta 0), pack-reused 1689
Receiving objects: 100% (1689/1689), 1.83 MiB | 224.00 KiB/s, done.
Resolving deltas: 100% (641/641), done.
Checking connectivity... done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.
sammcj commented 9 years ago

It looks like the next branch is still ok:

% git clone -b next --single-branch git@github.com:cernekee/ocproxy.git
Cloning into 'ocproxy'...
remote: Counting objects: 1689, done.
remote: Total 1689 (delta 0), reused 1 (delta 0), pack-reused 1688
Receiving objects: 100% (1689/1689), 1.83 MiB | 244.00 KiB/s, done.
Resolving deltas: 100% (641/641), done.
Checking connectivity... done.
cernekee commented 9 years ago

git clone -b master also worked. Bizarre.

I fixed this (I think) by changing the default branch from master->next->master in the Settings panel. Thanks for letting me know.