Updating Homebrew: error: cannot rebase: You have unstaged changes. error: No stash entries found. #5722
Unanswered
muescha
asked this question in
Everyday usage
Replies: 2 comments 4 replies
-
You can try |
Beta Was this translation helpful? Give feedback.
0 replies
-
I like to analyze the root cause of these errors. Is there a way to view the current status of unstaged changes and understand why "No stash entries found" appears? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
I run
brew cu
which runs at firstbrew update
.I get the following error:
==> Updating Homebrew... error: cannot rebase: You have unstaged changes. error: No stash entries found.
Full log:
trying to find the git status:
unfortunately I can not reproduce the bug:
$ brew update ==> Updating Homebrew... Already up-to-date.
Beta Was this translation helpful? Give feedback.
All reactions