You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/11/15 00:35:21 UTC

[GitHub] lou-k commented on issue #12464: nnvm submodule broken in release 1.2.1

lou-k commented on issue #12464: nnvm submodule broken in release 1.2.1
URL: https://github.com/apache/incubator-mxnet/issues/12464#issuecomment-438871123
 
 
   @kalyc I still see the same error with the same repo case:
   ```
   git clone --recursive --single-branch -b 1.2.1 https://github.com/apache/incubator-mxnet incubator-mxnet
   ....
   error: no such remote ref fdba6cc9bd3bec9ccd0592fa3900b7fe25d6cb97
   Fetched in submodule path '3rdparty/nnvm/tvm', but it did not contain fdba6cc9bd3bec9ccd0592fa3900b7fe25d6cb97. Direct fetching of that commit failed.
   Failed to recurse into submodule path '3rdparty/nnvm'
   ```
   Perhaps you did not receive the error if you already had commit `fdba6cc9bd3bec9ccd0592fa3900b7fe25d6cb97` in your local remote?
   
   I decent workaround is to just download the release tarball for that version; no problems there.
   
   I've since updated to 1.3.0, so this is no longer an issue for me. I'm closing the issue since (1) there is a workaround and (2) it seems there isn't a lot of need to checkout older versions from git.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services