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?
I did a clean checkout of c10t today following the instructions in README.md and this is what happened:
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?