Wednesday, April 15, 2015

GIT clone - how to deal with connection errors of https urls

Open for edit .gitconfig:
Add this property:

[http]
     sslVerify = false

No comments: