stripe-cli
stripe-cli copied to clipboard
Can't install via homebrow due to Github password request
The more information we have the easier it is for us to help. Feel free to remove any sections that might not apply
Issue
$ brew install stripe/clipe-cli/stripe
Running `brew update --auto-update`...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> New Formulae
helm-docs sui
==> New Casks
lunarbar
You have 15 outdated formulae installed.
==> Tapping stripe/clipe-cli
Cloning into '/opt/homebrew/Library/Taps/stripe/homebrew-clipe-cli'...
Username for 'https://github.com': stevage
Password for 'https://[email protected]':
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/stripe/homebrew-clipe-cli/'
Error: Failure while executing; `git clone https://github.com/stripe/homebrew-clipe-cli /opt/homebrew/Library/Taps/stripe/homebrew-clipe-cli --origin=origin --template= --config core.fsmonitor=false` exited with 128.
Environment
macOS Ventura 13.6.3 on 2023 MBP
Git is otherwise setup fine with SSH keys for Github, and I can do this for instance:
$ git clone https://github.com/stripe/stripe-cli
Cloning into 'stripe-cli'...
remote: Enumerating objects: 5690, done.
...
I don't know what else to report. It seems a bit unnecessary to even require a git clone here - aren't there ways to download the code that don't require a Github user account?