Git submission error self signed certificate

Git submission error: fatal: unable to access’ http:. Git/’: SSL certificate problem: self signed certificate     Git failed to end successfully (exit code 1)  

Solution:

In Git   Running git in Bash   Built in configuration command Git   config  — global   http.sslVerify   False (turn off the security carefully) and submit again

 

Similar Posts: