msracver / FCIS

Fully Convolutional Instance-aware Semantic Segmentation
MIT License
1.57k stars 414 forks source link

error: pathspec '62ecb60' did not match any file(s) known to git. #65

Closed lnuchiyo closed 7 years ago

lnuchiyo commented 7 years ago

when i run: git clone --recursive https://github.com/dmlc/mxnet.git git checkout 62ecb60

there is a error: error: pathspec '62ecb60' did not match any file(s) known to git.

HaozhiQi commented 7 years ago

Just tried. I cannot reproduce this error.

phevet commented 7 years ago

It works for me, just checked.

gregchu commented 7 years ago

move into the mxnet directory

git clone --recursive https://github.com/dmlc/mxnet.git
cd mxnet
git checkout 62ecb60
lnuchiyo commented 7 years ago

@gregchu thanks a lot, with your suggestion , i can solve it