-
Notifications
You must be signed in to change notification settings - Fork 265
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
Fisher self-update fails after fisher switched to main branch #584
Comments
https://git.io/fisher redirection has to be fixed as well. |
@DivineGod @meetaco Working on it with GitHub as we speak! Thank you all for reporting. 🙏 |
for the record: your fix allows the next self-update to work, but updating to the version with the fix still needs a hand-edit as proposed by @DivineGod . I suggest leaving the issue open until most users have been over that hump. |
Keeping a master branch pointing to c20d1b3 for a bit would allow for seamless self-updates You can then remove the branch if a few days/weeks/months |
@ovv @maparent @DivineGod Whoops, good point! I restored |
Awesome, thanks for the quick response :) |
Hey, I just hit this; was the old master deleted again ? |
Not only was it deleted, the script was moved to functions/ sub-directory. Changing both the branch and path allowed updating. Then I had to delete all installed plugins and reinstall them again. |
I originally deleted the It's been a while since I published 4.x, and I needed to proceed with #651, which required moving the top-level Fortunately, Fisher 3.x fails to upgrade if it can't download |
@jorgebucaran Thanks, I wish I had read that before complaining here. Would you be open to linking to this tutorial from the README.md ? Maybe something like this at the end of the README: |
What about a prominent notice right at the top of the README? I like the last (shortest one), what do you think?
|
I prefer the third one, but honestly, anything works as long as it has a pointer with word "upgrade" or "update", which is what I was looking for. Thanks a lot for fisher. |
Done, thank you for requesting this. |
I noticed
fisher self-update
failed with the following:ᚦ fisher self-update fetching https://raw.githubusercontent.com/jorgebucaran/fisher/master/fisher.fish fisher: cannot update fisher -- are you offline?
Changing
master
tomain
in~/.config/fish/functions/fisher.fish
resolved the issue.The text was updated successfully, but these errors were encountered: