ChatGPT
ChatGPT copied to clipboard
[Bug] Homebrew Cask Install
Version
N/A
Bug description
Encountering the following error when installing via the cask method on macOS:
❯ brew tap lencx/chatgpt https://github.com/lencx/ChatGPT && brew install --cask chatgpt --no-quarantine
Error: Tap lencx/chatgpt remote mismatch.
https://github.com/lencx/homebrew-chatgpt != https://github.com/lencx/ChatGPT
OS
macOS
Environment
No response
Perhaps, you can use the recommended method of creating the repository lencx/homebrew-chatgpt
that Homebrew expects? Here's an example: https://github.com/epk/homebrew-epk which houses a Cask that's installed via brew install --cask epk/epk/font-sf-mono-nerd-font
Trying to add Homebrew tap and installation fails on MacOS 14.0 (23A344). Following ChatGPT Users Guide: NoFWL / Installation
brew tap lencx/chatgpt https://github.com/lencx/ChatGPT.git
brew update
brew install --cask chatgpt --no-quarantine
Output from installation
$ brew install --cask chatgpt --no-quarantine
Warning: Cask 'chatgpt' is unavailable: No Cask with this name exists.
==> Searching for similarly named casks...
==> Casks
chatty vincelwt-chatgpt
Running brew version
$ brew --version
Homebrew 4.1.15-36-gc0c8a4d
Homebrew/homebrew-core (git revision d3d36c13; last commit 2023-10-16)
Homebrew/homebrew-cask (git revision 9eaf7e2b; last commit 2023-10-16)