You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a university project and there's no way to get a proper SSL certificate for it. I am getting build errors Error: Failed to import project which I suspect come from using a self-signed certificate on that domain. Can we please add -c http.sslVerify=false to all git commands or just globally set http.sslVerify to false?
The text was updated successfully, but these errors were encountered:
No, I can't say I'd support this change. SSL verification is a security feature we'd rather keep around. I'm not sure if there is a better answer, other than convincing your university to use proper SSL certificates, or hosting your code someplace that does.
I am trying to add a project hosted at a private Gitlab instance: https://gitlab.cs.uni-tuebingen.de/eva2/eva2
This is a university project and there's no way to get a proper SSL certificate for it. I am getting build errors
Error: Failed to import project
which I suspect come from using a self-signed certificate on that domain. Can we please add-c http.sslVerify=false
to all git commands or just globally sethttp.sslVerify
tofalse
?The text was updated successfully, but these errors were encountered: