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 这一项 ,保存继续 pod install 试试