pod install 报错 Failed to connect to chromium.googlesource.com port 443: Operation timed out
[!] Error installing libwebp
[!] /usr/bin/git clone https://chromium.googlesource.com/webm/libwebp /var/folders/jn/dyrrcnz13tsg07vxvnswswpc0000gn/T/d20210508-38628-5wf0bq --template= --single-branch --depth 1 --branch v1.2.0
Cloning into '/var/folders/jn/dyrrcnz13tsg07vxvnswswpc0000gn/T/d20210508-38628-5wf0bq'...
fatal: unable to access 'https://chromium.googlesource.com/webm/libwebp/': Failed to connect to chromium.googlesource.com port 443: Operation timed out
open ~/.cocoapods/repos/master/Specs/1/9/2/libwebp
修改 git source 为https://github.com/webmproject/libwebp.git
image.png