在使用終端導(dǎo)入第三方依賴庫時懂鸵,出現(xiàn)報錯,類似于fatal: unable to access 'https://github.com/onevcat/Kingfisher.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解決方案:1
依次執(zhí)行以下命令就可以正常使用
git config --global --unset http.proxy
git config --global --unset https.proxy
方法2.打開終端在終端中執(zhí)行以下命令就可以了行疏。
git config--global--addremote.origin.proxy""
方法3.若第一種方法輸入命令不管用匆光,可以嘗試先輸入下邊命令,然后在執(zhí)行第一種方法的命令酿联。
git config--globalhttp.sslBackend"openssl"
git config--global--addremote.origin.proxy""