如何强制XCode使用代理设置进行源控制?

发布于 2025-01-24 11:52:03 字数 613 浏览 0 评论 0原文

我的Mac在工作中需要代理才能访问网络。我设法使用git全局http来定义代理设置,并且通过终端正常工作。

但是,使用Xcode 源控制功能时,它似乎不起作用。 Xcode版本13.3

”当前使用此处介绍的git选项。

我收到以下错误无法连接 - 请注意,我能够使用终端和做一个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

Currently using the Git option presented here.

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.

Error

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你的呼吸 2025-01-31 11:52:03

我能够使用系统首选项中使用的错误代理 - >网络 - >高级 - > Xcode v 13.4.1中的代理通过编辑以下文件。如果运行并编辑,请退出Xcode

/applications/xcode.app/contents/sharedframeworks/contentdeliveryservices.framework/a/a/itms/java/net.properties

并将以下属性设置为true(false)

java.net.useSystemProxies=true

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

/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/java/conf/net.properties

and set the following property to true ( false by default )

java.net.useSystemProxies=true
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文