shivammathur / homebrew-php

:beer: Homebrew tap for PHP 5.6 to 8.4. PHP 8.4 is built nightly.

Home Page:https://github.com/shivammathur/homebrew-php/packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brew update fails with rebase issue

leewillis77 opened this issue · comments

Describe the bug
Brew update fails with a rebase issue:

$ brew update
error: could not apply 2e3ca1c... php@8.1: rebuild
Resolve all conflicts manually, mark them as resolved with
"git add/rm <conflicted_files>", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase --abort".
Could not apply 2e3ca1c... php@8.1: rebuild
Updated 1 tap (shivammathur/php).

The git status is as follows:

$ git status
interactive rebase in progress; onto 1b84c2b
Last command done (1 command done):
   pick 2e3ca1c php@8.1: rebuild
Next commands to do (3 remaining commands):
   pick f25d04f php@8.1: update 8.1.0 bottle.
   pick a9869cb php@8.1: rebuild
  (use "git rebase --edit-todo" to view and edit)
You are currently rebasing branch 'master' on '1b84c2b'.
  (fix conflicts and then run "git rebase --continue")
  (use "git rebase --skip" to skip this patch)
  (use "git rebase --abort" to check out the original branch)

Unmerged paths:
  (use "git restore --staged <file>..." to unstage)
  (use "git add <file>..." to mark resolution)
	both modified:   Formula/php@8.1.rb

no changes added to commit (use "git add" and/or "git commit -a")

@leewillis77

Retap shivammathur/php

HOMEBREW_DEVELOPER=1 brew untap shivammathur/php
brew tap shivammathur/php