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
Is your feature request related to a problem? Please describe.
Permission errors constantly appear in logs when attempting operations on git remotes where access is restricted.
Describe the solution you'd like
Add ability to specify remotes to ignore/skip during git operations, preventing access attempts and error messages for those remotes.
Describe alternatives you've considered
Manually removing restricted remotes (not ideal as they're needed for reference)
Additional context
Git output:
Fetching origin
Permission denied (publickey,gssapi-with-mic, keyboard-interactive).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
error: could not fetch origin
Fetching backup
Permission denied (publickey,gssapi-with-mic,keyboard-interactive).
fatal: Could not read from remote repository.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Permission errors constantly appear in logs when attempting operations on git remotes where access is restricted.
Describe the solution you'd like
Add ability to specify remotes to ignore/skip during git operations, preventing access attempts and error messages for those remotes.
Describe alternatives you've considered
Manually removing restricted remotes (not ideal as they're needed for reference)
Additional context
The text was updated successfully, but these errors were encountered: