如何强制XCode使用代理设置进行源控制?
我的Mac在工作中需要代理才能访问网络。我设法使用git全局http
来定义代理设置,并且通过终端正常工作。
但是,使用Xcode 源控制
功能时,它似乎不起作用。 Xcode版本13.3
我收到以下错误无法连接
- 请注意,我能够使用终端和做一个git克隆
很好。
是否还有其他设置需要设置XCode以识别代理设置?
任何帮助将不胜感激。谢谢!
My mac at work requires a proxy to access the web. I have managed to use git global http
to define proxy settings and it work just fine through the terminal.
However, It does not seem to work when using Xcode source control
feature. Xcode version 13.3
I am getting the following error Failed to Connect
- Please note that I am able to use the terminal and do a git clone
just fine.
Is there any other setting that needs to be set for xcode to recognize the proxy settings?
Any help will be greatly appreciated. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能够使用系统首选项中使用的错误代理 - >网络 - >高级 - > Xcode v 13.4.1中的代理通过编辑以下文件。如果运行并编辑,请退出Xcode
并将以下属性设置为true(false)
I was able to use the defualt proxy used in System Preferences -> Network -> Advanced -> Proxies in XCode V 13.4.1 by Editing the following file. Quit xcode if running and edit
and set the following property to true ( false by default )