udoprog / c10t

A minecraft cartography tool
Other
226 stars 50 forks source link

c10t references bad commit in unc #264

Closed revane closed 12 years ago

revane commented 12 years ago

I did a clean checkout of c10t today following the instructions in README.md and this is what happened:

$ git clone git://github.com/udoprog/c10t.git
...
$ cd c10t
$ git submodule init
Submodule 'libs/unc' () registered for path 'libs/unc'
$ git submodule update
fatal: reference is not a tree: 6eb764fefcd1504d411647a5b23eb4b8f23c1756
Unable to checkout '6eb764fefcd1504d411647a5b23eb4b8f23c1756' in submodule path 'libs/unc'

I worked around this by checking out the revision of unc that c10t referred to before the change to 6eb764f (the change was made in revision 9a9fd83 of c10t Dec 31. I'm not sure how nobody else has seen this error. Could it be a local configuration problem?

mathuin commented 12 years ago

Duplicate of #263.