git 使用代理出現(xiàn) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 錯誤
刪除代理即可。
具體操作如下:
1. git config --global --list? ??
查看git配置
? ?發(fā)現(xiàn)其中有 http.https.XXXXXX.proxy 和?https.https.XXXXXX.proxy配置
2.git config --global --unset http.https://github.com.proxy
? ?git config --global --unset https.https://github.com.proxy
? ?運行后图甜,git恢復正常。
?注意--uset 的配置名稱應為查找的配置名稱鳖眼,根據(jù)自身情況替換
?[31m? ld: could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '1205.0.22.9.0_0' Reader: '1200.0.32.28_0')', using libLTO version 'LLVM version 12.0.0, (clang-1200.0.32.28)' for architecture armv7?[0m
看錯誤描述,是bitcode 的問題
解決:PROJECT-->Build Option , 將 Enable Bitcode 設置為NO具则。(如下圖)?