-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: None
-
Component/s: General
-
None
-
Severity 3 - Minor
Summary
Checking 'Add proxy configuration to Git/Mercurial' when default operating system settings for proxy are used, but no proxy is set for the system, results in an entry proxy = http://www.google.com:80 being added in ~/.gitconfig file.
Environment
Windows – reproduced with Windows 7 and SourceTree version 1.7
Steps to Reproduce
- Go to Control Panel in Windows.
- Select Internet Options, then tab Connections.
- Select LAN Settings.
- Uncheck Use a proxy server for your LAN (in case it is checked).
- Go to SourceTree, menu Tools >> Options.
- Select tab Network.
- Select Use default operating system settings.
- Check Add proxy configuration to Git/Mercurial.
Expected Results
No proxy should be added in the ~/.gitconfig file.
Actual Results
The line proxy = http://www.google.com:80 is added in the ~/.gitconfig file.