We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
need to update the git protocol in rockspec from git://github.com to https://github.com to comply with the breaking change of https://github.blog/2021-09-01-improving-git-protocol-security-github/ otherwise you can do e.g. git config --global url.https://github.com/.insteadOf git://github.com && torch/install/bin/luarocks install loadcaffe
git config --global url.https://github.com/.insteadOf git://github.com && torch/install/bin/luarocks install loadcaffe
The text was updated successfully, but these errors were encountered:
[openface] fix git protocol issue
699dabc
https://github.blog/2021-09-01-improving-git-protocol-security-github/ solution: torch/rocks#140
406a8b0
No branches or pull requests
need to update the git protocol in rockspec from git://github.com to https://github.com to comply with the breaking change of https://github.blog/2021-09-01-improving-git-protocol-security-github/
otherwise you can do e.g.
git config --global url.https://github.com/.insteadOf git://github.com && torch/install/bin/luarocks install loadcaffe
The text was updated successfully, but these errors were encountered: