Solution:
git config --global --add core.compression -1
git config --global http.postBuffer 524288000
git config http.sslVerify “false”
git config --global http.sslBackend “openssl”
git config --global http.sslCAInfo [path to .pem file]
Solution:
git config --global --add core.compression -1
git config --global http.postBuffer 524288000
git config http.sslVerify “false”
git config --global http.sslBackend “openssl”
git config --global http.sslCAInfo [path to .pem file]