【错误记录】GitHub 提交报错 ( OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 )
生活随笔
收集整理的這篇文章主要介紹了
【错误记录】GitHub 提交报错 ( OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 )
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章目錄
- 一、報錯信息
- 二、解決方案
一、報錯信息
GitHub 提交報錯 :
16:37:19.781: [ClassLoader_Demo] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/master:master fatal: unable to access 'https://github.com/han1202012/ClassLoader_Demo.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 16:43:07.102: [ClassLoader_Demo] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/master:master再次提交時 , 又報了
16:43:07.102: [ClassLoader_Demo] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/master:master fatal: unable to access 'https://github.com/han1202012/ClassLoader_Demo.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10053錯誤 ;
二、解決方案
先按照之前的博客 【錯誤記錄】GitHub 錯誤 ( Push failed Unable to access xx:OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 ) 解決方案 , 操作一遍 , 這個錯誤與本次錯誤類似 ;
切換了下 Wifi , 再次嘗試提交 , 結果提交成功 ;
16:47:38.490: [ClassLoader_Demo] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/master:master Delta compression using up to 12 threads Total 20 (delta 6), reused 0 (delta 0) To https://github.com/han1202012/ClassLoader_Demo.gitrefs/heads/master:refs/heads/master 0898543..f790bdf Done該問題應該是網絡 WIFI 設置問題導致 , 從網上找的其它解決方案 , 執(zhí)行如下命令 , 不管用 ;
記錄這幾個命令 , 作為備選方案 ;
git config --global --unset http.proxygit config --global http.sslVerify falsegit config --global --unset https.proxy總結
以上是生活随笔為你收集整理的【错误记录】GitHub 提交报错 ( OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 )的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【Android 逆向】启动 DEX 字
- 下一篇: 【Android 逆向】加壳技术简介 (