You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There have been issues with ungit which stem from the fact that ungit calls git on a command line, and interprets its output. Most notably, there were issues if git was set to use a language other than English. See #959 & #963.
I suggest that you switch to libgit2 to accomplish git tasks, instead of calling the git command for these functions, this would avoid any similar issues in the future.
The text was updated successfully, but these errors were encountered:
There have been issues with ungit which stem from the fact that ungit calls git on a command line, and interprets its output. Most notably, there were issues if git was set to use a language other than English. See #959 & #963.
I suggest that you switch to libgit2 to accomplish git tasks, instead of calling the
git
command for these functions, this would avoid any similar issues in the future.The text was updated successfully, but these errors were encountered: