Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to skip/ignore specified git remotes during operations #4123

Open
sbhal opened this issue Dec 18, 2024 · 0 comments
Open

Add option to skip/ignore specified git remotes during operations #4123

sbhal opened this issue Dec 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sbhal
Copy link

sbhal commented Dec 18, 2024

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.
@sbhal sbhal added the enhancement New feature or request label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant