-
Notifications
You must be signed in to change notification settings - Fork 86
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
[feature request] flag to skip repos require auth #15
Comments
Not sure how that would work. What sort of broken repos could it detect? I'm not sure what outdated auth means in this case. Or are you just looking for a way to specify exclusion patterns? That sounds doable. |
I think I can do exclusion patterns using regular unix tools or zsh wildcard extensions.
In this case I want to have a flag which will gracefully skip this repo and continue to update other git repos. |
I don't understand. gitup doesn't stop updating just because one repo has an error. Can you check again? Edit: Never mind, I get it. |
This is really a bug, right? The problem can occur in two ways (at least on github):
Both cases cause github to ask for a username/password as part of github authentication. They don't want to leak information about private repos. I hit enter twice to get past this but that means that gitup can no longer be run from cron with the expectation of having all local repos get updated. It now requires human interaction because it blocks on wating for the username/password or htting enter twice. I looked for some way using native git to get around this problem but couldn't find a way. |
That seems fair. I'll see what I can do. |
Hello and thanks for such a great product!
For users who has a lot of old repos it would be really handy to have a flag to skip broken repos or repos with outdated auth.
Thanks!
The text was updated successfully, but these errors were encountered: