unable to access ‘https://github.com/***.git‘: OpenSSL SSL_read: Connection was reset, errno 10054
生活随笔
收集整理的這篇文章主要介紹了
unable to access ‘https://github.com/***.git‘: OpenSSL SSL_read: Connection was reset, errno 10054
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Git提交項目報錯:
unable to access 'https://github.com/***.git': OpenSSL SSL_read: Connection was reset, errno 10054Error Message
剛創建了一個項目想上傳到GitHub,結果突然間說SSL認證出錯。
PS G:\TUST\每日健康填報> echo "# ChaoXingDailyHealthReport" >> README.md PS G:\TUST\每日健康填報> git init Initialized empty Git repository in G:/TUST/每日健康填報/.git/ PS G:\TUST\每日健康填報> git add README.md PS G:\TUST\每日健康填報> git commit -m "first commit" [master (root-commit) 64ca6bf] first commit1 file changed, 0 insertions(+), 0 deletions(-)create mode 100644 README.md PS G:\TUST\每日健康填報> git branch -M main PS G:\TUST\每日健康填報> git remote add origin https://github.com/Matrix-King-Stu dio/ChaoXingDailyHealthReport.git PS G:\TUST\每日健康填報> git push -u origin main fatal: unable to access 'https://github.com/Matrix-King-Studio/ChaoXingDailyHealt hReport.git/': OpenSSL SSL_read: Connection was reset, errno 10054Solve
關掉SSL驗證就可以了。
git config --global http.sslVerify "false"總結
以上是生活随笔為你收集整理的unable to access ‘https://github.com/***.git‘: OpenSSL SSL_read: Connection was reset, errno 10054的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Hi Azure. 从零开始打造一个语音
- 下一篇: Algorithm Master Roa