Skip to content

Instantly share code, notes, and snippets.

@TimorYang
Created March 28, 2022 08:14
Show Gist options
  • Save TimorYang/998a195ce1bf9362c65c508b6e7935d3 to your computer and use it in GitHub Desktop.
Save TimorYang/998a195ce1bf9362c65c508b6e7935d3 to your computer and use it in GitHub Desktop.
命令行(终端) 挂上代理
`export https_proxy=http://127.0.0.1:你的http端口号`
`export http_proxy=http://127.0.0.1:你的http端口号`
`export all_proxy=socks5://127.0.0.1:你的socks5端口号`
进入项目目录下执行 `xcodebuild -resolvePackageDependencies -scmProvider system`
🎉
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment