Closed pablodalma93 closed 2 years ago
I'm getting this error when installing cutorch with
luarocks install --server=https://luarocks.org/dev cutorch or luarocks install cutorch
Installing error, the unauthenticated git protocol on port 9418 is no longer supported
Error: failed cloning git repository
This worked for me! Run this in the terminal and try luarocks install cutorch again
luarocks install cutorch
git config --global url."https://github.com/".insteadOf git://github.com/
I'm getting this error when installing cutorch with
luarocks install --server=https://luarocks.org/dev cutorch or luarocks install cutorch
Installing error, the unauthenticated git protocol on port 9418 is no longer supported
Error: failed cloning git repository