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!
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 )