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.
Sublime Merge proxy settings
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 thebundled
git binary?- This can be found under
Preferences > Advanced > Git Binary
- This can be found under
- Share the output of running the following command via the terminal:
git config --show-origin --show-scope http.proxy
Kind regards,
- Dylan
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
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)
$
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