Skip to content

Instantly share code, notes, and snippets.

@LarsenClose
Last active February 8, 2021 02:19
Show Gist options
  • Save LarsenClose/8a761a0ad9bced2eae45761f2b9d54ef to your computer and use it in GitHub Desktop.
Save LarsenClose/8a761a0ad9bced2eae45761f2b9d54ef to your computer and use it in GitHub Desktop.

Revisions

  1. LarsenClose renamed this gist Feb 8, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. LarsenClose created this gist Feb 8, 2021.
    37 changes: 37 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    # M1 MacAir BigSur 11.2 Febuary 7 2021

    ## Every homebrew command resulted in a crash send prompt and the following or near to

    ```
    Warning: git 2.30.0 is already installed and up-to-date.
    To reinstall 2.30.0, run:
    brew reinstall git
    /opt/homebrew/Library/Homebrew/cmd/update.sh: line 18: 4136 Killed: 9 "$GIT_EXECUTABLE" "$@"
    /opt/homebrew/Library/Homebrew/cmd/update.sh: line 18: 4144 Killed: 9 "$GIT_EXECUTABLE" "$@"
    /opt/homebrew/Library/Homebrew/cmd/update.sh: line 18: 4145 Killed: 9 "$GIT_EXECUTABLE" "$@"
    /opt/homebrew/Library/Homebrew/cmd/update.sh: line 18: 4163 Killed: 9 "$GIT_EXECUTABLE" "$@"
    /opt/homebrew/Library/Homebrew/cmd/update.sh: line 18: 4164 Killed: 9 "$GIT_EXECUTABLE" "$@"
    /opt/homebrew/Library/Homebrew/cmd/update.sh: line 18: 4182 Killed: 9 "$GIT_EXECUTABLE" "$@"
    /opt/homebrew/Library/Homebrew/cmd/update.sh: line 18: 4183 Killed: 9 "$GIT_EXECUTABLE" "$@"
    /opt/homebrew/Library/Homebrew/cmd/update.sh: line 18: 4201 Killed: 9 "$GIT_EXECUTABLE" "$@"
    /opt/homebrew/Library/Homebrew/cmd/update.sh: line 18: 4202 Killed: 9 "$GIT_EXECUTABLE" "$@"
    /opt/homebrew/Library/Homebrew/cmd/update.sh: line 18: 4220 Killed: 9 "$GIT_EXECUTABLE" "$@"
    /opt/homebrew/Library/Homebrew/cmd/update.sh: line 18: 4221 Killed: 9 "$GIT_EXECUTABLE" "$@"
    ==> Homebrew has enabled anonymous aggregate formula and cask analytics.
    Read the analytics documentation (and how to opt-out) here:
    https://docs.brew.sh/Analytics
    No analytics have been recorded yet (nor will be during this `brew` run).

    Error: Failure while executing; `git config --replace-all homebrew.analyticsmessage true` was terminated by uncaught signal KILL.
    ```

    ## The folllowing commands fixed

    > brew uninstall git
    > brew update
    > brew reinstall pcre2 gettext
    > brew install git

    ### Note this was also after a system update and then :

    > xcode-select --install