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/06/14 09:03:40 UTC

[GitHub] wyz2016 commented on issue #2577: mxnet-git building error UBUNTU 16.04

wyz2016 commented on issue #2577: mxnet-git building error UBUNTU 16.04
URL: https://github.com/apache/incubator-mxnet/issues/2577#issuecomment-397224933
 
 
   I re-git mxnet.git and used --recursive , but it doesn't works. Then, I find an answer:
   link: https://stackoverflow.com/posts/48272520/edit, and it works for me.
   ```
   git clone --no-checkout https://github.com/apache/incubator-mxnet
   cd incubator-mxnet
   git checkout v0.7.0 -b v0.7.0
   git submodule update --init
   ```

----------------------------------------------------------------
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