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!