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
While it's not the problem with our codebase, I want to raise awareness to address possible failure when installing dependency.
I tried on multiple Ubuntu instances and it seems that Ubuntu 18.04 does not have the root CA that Github is using.
I added the --no-check-certificate in my forked version, but maybe we can consider downloading gtest from somewhere else?
--no-check-certificate
gtest
The text was updated successfully, but these errors were encountered:
you should setup vpn to get gtest from google
Sorry, something went wrong.
No branches or pull requests
While it's not the problem with our codebase, I want to raise awareness to address possible failure when installing dependency.
I tried on multiple Ubuntu instances and it seems that Ubuntu 18.04 does not have the root CA that Github is using.
I added the
--no-check-certificate
in my forked version, but maybe we can consider downloadinggtest
from somewhere else?The text was updated successfully, but these errors were encountered: