Fatal error installing Z-Push

I had been struggling with this since days, i finally figured to disable git ssl verification for installation sake then enable it again after.

git config http.sslVerify false

then to enable

git config http.sslVerify true

worked like a charm!

1 Like