You needed to change the git config to use TLSv1.2 instead of SSLv3:
run this command in git terminal:
git config http.sslVersion tlsv1.2
if you want to set globally:
git config http.sslVersion tlsv1.2
if doesn’t work then update git first. then try