Git推送报错解决 could not read Username for 'https://github.com': terminal prompts disabled


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/"

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM