We installed the GIT LAB service on Azure. When I execute this command git push --set-upstream origin máster shows this error: fatal: Unable to access 'address': SSL Certificate problem: self Signed Certificate What can it be ?
The git server you are trying to connect to has an auto-signed certificate. To disable this validation run: git config --global http.sslVerify false