GIT lab service for versioning

Asked

Viewed 81 times

1

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 ?

Só que está com este erro

1 answer

2

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.