Sublime Forum

Sublime Merge proxy settings

#1

I am unable to push to a remote repo, and getting a connection reset error. I think it’s a proxy issue, but after entering http_proxy and https_proxy in settings, still I get the error.

0 Likes

#2

Hi @benthomson,

Sorry to hear you’re having trouble connecting to the remote repository - we’ll definitely get this resolved!

When you get a spare moment, could you go through the following:

  • Share the platform you are running Sublime Merge on (Windows, Mac, Linux)
  • Confirm Sublime Merge is using the system git binary or the bundled git binary?
    • This can be found under Preferences > Advanced > Git Binary
  • Share the output of running the following command via the terminal: git config --show-origin --show-scope http.proxy

Kind regards,
- Dylan

0 Likes

#3

Hi @djohnston,

Thanks a lot for the quick response. I managed to get it working. I was using the bundled binary on Windows 10, and navigated to the bundled binary directory, then executed:

./git.exe config --global http.proxy <proxy>

In hindsight, I could have changed the config as you specify to use the system binary.

Cheers,
Ben

2 Likes

#4

Hello. Can you help me?

  • I use Sublime Merge on Windows;
  • tried using both system and bundled;
  • nothing happens when you enter this command. Below is the result of typing the command
    $
    git config --show-origin --show-scope http.proxy
    kuznecovav@kuznecovav MINGW64 /d/Kuznecovav/Software/IAR/Other/K_SDC_000 (master)
    $
0 Likes

#5

Hi @kuznecovav,

We can definitely help resolve your issue - would you mind filing an issue report at https://github.com/sublimehq/sublime_merge/issues/new/choose

It’d be helpful to include the version of Sublime Merge you are using, and the exact error you are seeing.

Thanks,
- Dylan

0 Likes