brew instructions no longer work

did:plc:bedhffw7uiw5w2aev7i6cob7 opened this Apr 13, 2026 8 comments
did:plc:bedhffw7uiw5w2aev7i6cob7 opened Apr 13, 2026

I was following along with the credential helper instructions here

Thew current instructions read but this uses homebrew's short hand for github repo expansion

 brew tap atcr-io/tap
...

==> Tapping atcr-io/tap
Cloning into '/opt/homebrew/Library/Taps/atcr-io/homebrew-tap'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Error: Failure while executing; `git clone https://github.com/atcr-io/homebrew-tap /opt/homebrew/Library/Taps/atcr-io/homebrew-tap --origin=origin --template= --config core.fsmonitor=false` exited with 128.

Presumably this repo used to be hosted on GitHub and since moved to Tangled.

The can be addressed by providing another arg which is the repo to clone.

 brew tap atcr-io/tap https://tangled.org/evan.jarrett.net/at-container-registry
==> Tapping atcr-io/tap
Cloning into '/opt/homebrew/Library/Taps/atcr-io/homebrew-tap'...
remote: Enumerating objects: 8366, done.
remote: Counting objects: 100% (8366/8366), done.
remote: Compressing objects: 100% (6541/6541), done.
remote: Total 8366 (delta 6073), reused 2234 (delta 1452), pack-reused 0
Receiving objects: 100% (8366/8366), 131.24 MiB | 5.93 MiB/s, done.
Resolving deltas: 100% (6073/6073), done.
Tapped 1 formula (583 files, 158.6MB).

brew install docker-credential-atcr                                                                                         29s
==> Fetching downloads for: docker-credential-atcr
✘ Formula docker-credential-atcr (0.0.1)                                                                                                Verifying     2.4MB/-------
Error: Formula reports different checksum:  replace_with_sha256
       SHA-256 checksum of downloaded file: 80c71988008d40c6283f0840048f0526a1ebdffc4212f9b20f27c4a2c499d1d0

No activity yet.

cospan · schematic version control on atproto built on AT Protocol