git clone REPOSITORY
fatal: HTTP request failed
Two solutions:
git config --global http.sslVerify false
export GIT_SSL_NO_VERIFY=true
git clone REPOSITORY
fatal: HTTP request failed
Two solutions:
git config --global http.sslVerify false
export GIT_SSL_NO_VERIFY=true