git push origin master报错
schannel:failed to receive handshake, SSL/TLS connection failed
git config --global http.sslBackend "openssl"
git config --global http.sslCAInfo "C:\Program Files\Git\mingw64\ssl\cert.pem"
could not read Username for 'https://github.com': terminal prompts disabled
git config --global --add url."git@github.com:".insteadOf "https://github.com/"