'failed to fetch attestations' error #5495
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Does it work if you do |
Beta Was this translation helpful? Give feedback.
-
PSA for folks hitting this: this is a beta feature that we've enabled for people with developer mode enabled, as a way to shake out bugs before it becomes stable. If you want to opt out, you can either:
If you'd like to keep it enabled but are hitting
Long term, this functionality won't require a GitHub API token but for now it does. If you see other authentication errors, you may need to For all other errors, please paste what you're seeing into our triage issue: Homebrew/homebrew-core#177384 |
Beta Was this translation helpful? Give feedback.
PSA for folks hitting this: this is a beta feature that we've enabled for people with developer mode enabled, as a way to shake out bugs before it becomes stable.
If you want to opt out, you can either:
HOMEBREW_NO_VERIFY_ATTESTATIONS=1
brew developer off
+unset HOMEBREW_DEVELOPER
If you'd like to keep it enabled but are hitting
HTTP 401
errors, you can check the following:HOMEBREW_GITHUB_API_TOKEN
set, make sure it's valid and not expiredgh
installed, make sure thatgh auth status
shows a valid tokenLong term, this functionality won't require a GitHub API token but for now i…