mwunderlich opened a new issue #8609: git clone command wrong for Scala setup
URL: https://github.com/apache/incubator-mxnet/issues/8609
 
 
   The git clone command provided for the scala setup on OSX (on page 
https://mxnet.incubator.apache.org/install/osx_setup.html) seems to be wrong. 
When I use 
   `git clone --recursive https://github.com/apache/incubator-mxnet.git mxnet 
--branch 0.12.0 ~/mxnet`
   
   I get this error: 
   
   `Too many arguments.`
   
   Using this it works fine: 
   
   `git clone --recursive --branch 0.12.0 
https://github.com/apache/incubator-mxnet.git ~/mxnet`

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to