error

Successfully created project ‘MVVPDemo’ on GitHub, but initial push failed: unable to access ‘github.com/cdxone/MVVP… ‘: OpenSSL SSL_read: Connection was reset

why

From the above tips, we can see that it is the SSL connection that has been reset.

Why does the reset occur? It’s not clear why.

The solution

git config –global http.sslVerify false

Disable SSL authentication globally