Skip to content

Troubleshooting Errors

Mario Campos edited this page Oct 11, 2022 · 1 revision

404 Not Found

This error means that the specified endpoint (ref, branch, tag, repository, etc.) was not found, typically because it does not exist or your account lacks permission.

  • Ensure that there are no typos in your command.
  • Ensure that gh client is authenticated: gh auth status. If the repository you're trying to access exists in a SSO-authorized organization, ensure that your gh client is authenticated to that organization or is using a Personal Access Token (PAT) that has been authorized by the SSO-authorized organization.
Clone this wiki locally