-
Notifications
You must be signed in to change notification settings - Fork 29
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
Request: An option to ignore private repos #91
Comments
The current solution is to do something like:
Or an I'm not sure if there's a reliable general way GPS can detect "private" repos, but I'll think about it a bit before closing. |
Thanks for the reply!
|
It has to do roughly the same work, see here, but with two differences:
5 seconds for |
Ha, that's a good point. I never wondered why it was so slow. I tend to |
If I have a private repo in my GOPATH, chances are it's a work repository or a private/personal thing. In both cases, I'm very likely to be a contributor, so Go-Package-Store is of little use.
I understand that I can set up a GitHub token, but that's a different approach. I simply don't want the tool to check for updates on a repo if it notices it has no access to said repo.
I know this can be tricky, because a private repo is generally just a 404, just like a missing repo. So it would be fine if the flag was called
-ignore-missing
instead of-ignore-private
.The text was updated successfully, but these errors were encountered: