Better management of Rugby version updates #386
Replies: 1 comment 3 replies
-
I created a PR improving this: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed Rugby in my machine using
curl -Ls https://swiftyfinch.github.io/rugby/install.sh | bash
. I was trying to update the Rugby version in my machine by runningrugby update
.The command was failing with:
I used Proxyman to inspect the http traffic, and I noticed that Rugby does an unauthenticated request to the Github api:
https://api.github.com/repos/swiftyfinch/rugby/releases?per_page=30
Github is sending the following response with a status code 403 forbidden:
I have 2 suggestions:
Beta Was this translation helpful? Give feedback.
All reactions