Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我找不到关于 fastlane 的任何选项来设置代理。那么有没有直接的方法来解决这个问题?
非常感谢您的帮助!
我遇到了同样的问题,对我来说这个网站很有帮助,因为 fastlane 在内部使用法拉第。您必须使用以下命令为法拉第设置代理环境变量:
$ export http_proxy="http://proxy_host:proxy_port" $ export https_proxy="https://proxy_host:proxy_port"