Created
March 28, 2022 08:14
-
-
Save TimorYang/998a195ce1bf9362c65c508b6e7935d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
命令行(终端) 挂上代理 | |
`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