creachadair / imath

Arbitrary precision integer and rational arithmetic library
Other
129 stars 20 forks source link

fresh clone complains non-existent ref #5

Closed qneill closed 8 years ago

qneill commented 10 years ago

When I clone it looks like there are no remote refs - shouldn't there at least be a 'master' branch?

$ git clone git://codeaurora.org/quic/iml/imath Cloning into 'imath'... remote: Counting objects: 294, done. remote: Compressing objects: 100% (115/115), done. remote: Total 294 (delta 176), reused 294 (delta 176) Receiving objects: 100% (294/294), 934.95 KiB | 131 KiB/s, done. Resolving deltas: 100% (176/176), done. warning: remote HEAD refers to nonexistent ref, unable to checkout.

sebpop commented 10 years ago

On Tue, May 6, 2014 at 11:55 AM, qneill notifications@github.com wrote:

When I clone it looks like there are no remote refs - shouldn't there at least be a 'master' branch?

$ git clone git://codeaurora.org/quic/iml/imath

Please do not use this codeaurora.org git repo anymore: you can clone imath from https://github.com/creachadair/imath

Thanks, Sebastian

Cloning into 'imath'... remote: Counting objects: 294, done. remote: Compressing objects: 100% (115/115), done. remote: Total 294 (delta 176), reused 294 (delta 176) Receiving objects: 100% (294/294), 934.95 KiB | 131 KiB/s, done. Resolving deltas: 100% (176/176), done. warning: remote HEAD refers to nonexistent ref, unable to checkout.

Reply to this email directly or view it on GitHubhttps://github.com/creachadair/imath/issues/5 .