cocoapods pod install 報錯
[!] Error installing AFNetworking
[!] /usr/bin/git clone https://github.com/AFNetworking/AFNetworking.git /var/folders/y5/h4w28j3j5xj5m97fcnbttyw40000gn/T/d20230526-7493-5nutj1 --template= --single-branch --depth 1 --branch 4.0.1
Cloning into '/var/folders/y5/h4w28j3j5xj5m97fcnbttyw40000gn/T/d20230526-7493-5nutj1'...
fatal: unable to access 'https://github.com/AFNetworking/AFNetworking.git/': Failed to connect to 127.0.0.1 port 4781 after 58 ms: Couldn't connect to server
解決辦法:
1、open ~/.gitconfig
2、刪除里面的
[http "https://github.com"]
proxy = socks5://127.0.0.1:4781 這一項 ,保存繼續(xù) pod install 試試