When the git server can be consumed with https only, and the certificate is self signed or not trusted, we might choose to ignore it and use this command to disable SSL verification.
git config --global http.sslVerify false
As a result, we can see this new line in .gitconfig:
Tags
Git