Homebrew error during brew update run
#6880
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 16 replies
-
|
Can you run |
Beta Was this translation helpful? Give feedback.
-
|
I am getting the same error |
Beta Was this translation helpful? Give feedback.
-
brew untap buo/cask-upgrade
Untapping buo/cask-upgrade...
Untapped 2 commands (113 files, 465.8KB).
brew update
==> Updating Homebrew...
fatal: It seems that there is already a rebase-merge directory, and
I wonder if you are in the middle of another rebase. If that is the
case, please try
git rebase (--continue | --abort | --skip)
If that is not the case, please
rm -fr ".git/rebase-merge"
and run me again. I am stopping in case you still have something
valuable there.
Already up-to-date.This is a new one, and came up when I ran |
Beta Was this translation helpful? Give feedback.
-
|
So, I have some "findings": cd /opt/homebrew/Library/Taps/duongductrong/homebrew-snapzy && git status
On branch master
Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
Last command done (1 command done):
pick ddfc099 # fix: Implement database recovery flow and enhance error handling for database operations (#223)
No commands remaining.
You are currently editing a commit while rebasing branch 'master' on 'fc0a303'.
(use "git commit --amend" to amend the current commit)
(use "git rebase --continue" once you are satisfied with your changes)
nothing to commit, working tree cleanThis tap (duongductrong/snapzy) was causing the previous brew upgrade --greedy-auto-updates ─╯
==> Auto-updating Homebrew...
Adjust how often this is run with `$HOMEBREW_AUTO_UPDATE_SECS` or disable with
`$HOMEBREW_NO_AUTO_UPDATE=1`. Hide these hints with `$HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
error: could not apply ddfc099... fix: Implement database recovery flow and enhance error handling for database operations (#223)
Could not apply ddfc099... # fix: Implement database recovery flow and enhance error handling for database operations (#223)
==> Auto-updated Homebrew!
Updated 2 taps (anomalyco/tap and duongductrong/snapzy).
You have 7 outdated formulae and 6 outdated casks installed.
Warning: Skipping shichizip/tap because it is not trusted. Run `brew trust shichizip/tap` to trust it.
Error: Cask 'flux-markdown-official' definition is invalid: Token 'flux-markdown' in header line does not match the file name.and probably also brew update
==> Updating Homebrew...
fatal: It seems that there is already a rebase-merge directory, and
I wonder if you are in the middle of another rebase. If that is the
case, please try
git rebase (--continue | --abort | --skip)
If that is not the case, please
rm -fr ".git/rebase-merge"
and run me again. I am stopping in case you still have something
valuable there.
Already up-to-date. |
Beta Was this translation helpful? Give feedback.
This error seems to be caused by
buo/homebrew-cask-upgradetap. Can you runbrew untap buo/cask-upgradeand runbrew updateagain?Related links:
buo/homebrew-cask-upgrade#308
buo/homebrew-cask-upgrade#307