http.proxy set to www.google.com:80 when set proxy to OS default

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 3.4.6
    • Component/s: General, Git
    • None
    • Severity 3 - Minor

      Detail

      When set proxy to `OS default`, the `http.proxy` config of Git was set to `http.proxy=http://www.google.com:80`.

      Steps to reproduce

      1. Set proxy in Tool - Options
      2. `git config --global -l` and here's the right proxy config `http.proxy=http://127.0.0.1:1080`
      3. Clear proxy in Tool - Options (set to `OS default`)
      4. `git config --global -l` and here's `http.proxy=http://www.google.com:80`.

      Reproduced in v3.4.6.

            Assignee:
            Unassigned
            Reporter:
            Il Harper
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: