sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
273 stars 14 forks source link

Sublime Merge 2083 unable to locate GitHub Repository #1723

Open fsNovicomDK opened 1 year ago

fsNovicomDK commented 1 year ago

Version info

Description

When attempting to Pull or Push a repository, it tells me it cannot find the repository and it doesn't exist.

But if I from the Command Line run "git pull" or "git push", it works fine manually.

I have checked out the repositories from Command Line and Sublime Merge can easily work with them but not pull or push.

Having downgraded to Build 2079 it works again and I can both pull and push to GitHub without problems again.

Steps to reproduce the behavior: Launch Sublime Merge in a folder containing a Git Repository.

When attempting to pull, it fails by telling me that the repository does not exist.

Expected behavior

Would expect the pull or push request to work as it works from Command Line :)

Update

When I select to use the SYSTEM Git rather than the BUNDLED Git, it works fine.

It is not all repositories that fails and I am trying to see if there is a pattern in the ones not working with the BUNDLED Git.

But for now I am using the SYSTEM Git as it seems to be working just fine.

dpjohnst commented 1 year ago

Hi @fsNovicomDK,

Thanks for reaching out and sorry to hear you're experiencing issues using Sublime Merge. Could you confirm the exact error message you are seeing when the pull or push command fails?

Additionally, when you have a spare moment could you share your Sublime Merge debug information from the repository where you are experiencing the issue. Steps are below:

  1. Open Sublime Merge
  2. Open the repository
  3. From the application menu, select Help > Debug Information. You will be notified that the debug information has been copied to your clipboard.
  4. Before sharing the information here, take a moment to redact any information that could be sensitive (file paths, remote repository URLS, Git user information etc)

Kind regards, - Dylan from Sublime HQ