在我git clone 項目的時候 出現(xiàn)了如下錯誤 :
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
解決辦法:
打開Finder 使用快捷鍵 shift+command+G 根资,然后輸入 /應(yīng)用程序/Xcode.app/Contents/Developer
回車;進(jìn)入到對應(yīng)的文件
打開終端 ,輸入 sudo xcode-select -switch 然后將上面文件Developer 拖到終端輸入的命令sudo xcode-select -switch 后面
如下 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer 回車
然后 終端輸入 pod setup
重新git clone 即可
淺拷貝 git clone --depth=1 https://...