I'm trying to configure SmartGit to use a Proxy to access my git repos.
When I use the command line git client, I can do a git clone/pull/push/etc without problems.
If I try to clone the repo manually (via the CLI), and add the cloned repo into SmartGit, all git functionality works as well.
However, if I try to configure a hosting repository from the SmartGit interface (Settings->Hosting Providers), SmartGit complains that it is unable to resolve the IP for
git.mydomain.ca. Which to me implies that it is not routing the request through the proxy as identified in the .gitconfig.
If I setup an over Proxy for SmartGit (Settings->Proxy), then it is able to resolve correctly and retrieves the list of repos from the server, however, this forces ALL Servers to be forwarded through the Proxy which I do not want.
Is there any setting that I can configure for specific Hosting Providers (Atlassian Bitbucket Stash) to use the proxy as well?
Thanks,
Eric