解决:fatal: unable to access... OpenSSL SSL_read: Connection was reset, errno 10054
向github push代码报错如下fatal: unable to access https://github.com/projectXX.git: OpenSSL SSL_read: Connection was reset, errno 10054解决办法检查本地账户和github账户是否一致如果不一致要切换本地账户。详细步骤参考Git如何切换账户再次push代码又报错Push failed Unable to access https://github.com/projectXX.git/: Failed to connect to github.com port 443 after 21066 ms: Timed out连接超时了解决办法先弄清楚自己VPN的ip和端口号。然后给Git设置代理。具体操作步骤参考Failed to connect to github.com port 443: Timed out再次push代码又报错了Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.解决办法生成新的token然后用新的token登录github。详细步骤参考:github开发人员在七夕搞事情remote: Support for password authentication was removed on August 13, 2021.下一篇OpenSSL与SSL握手

相关新闻