 On the repository/app configuration add a new checkbox to avoid the SSL verification on that repository/global git ([Explanation](https://stackoverflow.com/questions/57327608/ssl-certificate-problem-self-signed-certificate-in-certificate-chain)) ``` git config --local http.sslVerify false ``` ``` git config --global http.sslVerify false ```