简书链接:原创windowgitchannelfailedtoreceivehandshakeSSLTLSconnection
文章字数:407,阅读全文大约需要1分钟

1
2
3
4
5
6
7
8
git.exe push --progress "origin" master

fatal: unable to access 'https://github.com/qssq/DBUtilX.git/': schannel: failed to receive handshake, SSL/TLS connection failed

![image.png](https://upload-images.jianshu.io/upload_images/2815884-2762a02c7bedb44b.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
![image.png](https://upload-images.jianshu.io/upload_images/2815884-7fee5d12dfb0c15a.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

git 未能顺利结束 (退出

这个问题有点操蛋的,网上搜不到,但是我又怀疑是某个文件搞的鬼,以前吧,我的电脑不需要这么倒腾的.现在我只能删除了,以前只需要密码就可以提交项目,现在把,密码账号都得删除.
打开电脑 ,找到你当前登录用户名,我的是

1
C:\Users\Administrator.DESKTOP-Q7DQAHS\_netrc

打开

1
\_netrc

文件,删除machine github.com对应的密码,
image.png