torch / cutorch

A CUDA backend for Torch7
Other
337 stars 208 forks source link

Installing error, the unauthenticated git protocol on port 9418 is no longer supported #853

Closed pablodalma93 closed 2 years ago

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

varshinees commented 2 years ago

This worked for me! Run this in the terminal and try luarocks install cutorch again

git config --global url."https://github.com/".insteadOf git://github.com/