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
The status screen should open without any git execution errors, even when these git config settings are not present.
Additional Information
The error appears specifically when trying to access git config settings for branch.main.rebase and branch.main.pushRemote. These settings are optional and should not cause execution errors when not set.
The text was updated successfully, but these errors were encountered:
Description
When opening the status screen (status.magit), a "Failed to execute git" message appears in the status bar.
I've confirmed that this error occurs when
branch.main.rebase
andbranch.main.pushRemote
configurations are not set in git config.Reproduction
Error Messages
The Git output shows the following error messages:
Expected Behavior
The status screen should open without any git execution errors, even when these git config settings are not present.
Additional Information
The error appears specifically when trying to access git config settings for branch.main.rebase and branch.main.pushRemote. These settings are optional and should not cause execution errors when not set.
The text was updated successfully, but these errors were encountered: