最后开了小飞机代理 web可以打开 但 terminal还是不行 要配置git代理

git config --global http.proxy 'socks5://127.0.0.1:1086'
git config --global https.proxy 'socks5://127.0.0.1:1086'
端口 通过 小飞机的偏好设置-》高级,可以查看
然后再执行 pod install就可以了



 

相关文章:

  • 2021-05-16
  • 2021-07-05
  • 2021-08-28
猜你喜欢
  • 2021-08-28
  • 2022-12-23
  • 2021-11-24
  • 2021-09-30
  • 2022-12-23
  • 2021-11-19
相关资源
相似解决方案