Commit c52aef21 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'p0fi-master-patch-89019' into 'master'

Add Information About Misleading Errors

See merge request gitlab-org/gitlab!60063
parents 5781efdb 8423341a
...@@ -186,6 +186,10 @@ To authenticate to the Package Registry, you need one of the following: ...@@ -186,6 +186,10 @@ To authenticate to the Package Registry, you need one of the following:
scope set to `read_package_registry`, `write_package_registry`, or both. scope set to `read_package_registry`, `write_package_registry`, or both.
- A [CI job token](#publish-a-conan-package-by-using-cicd). - A [CI job token](#publish-a-conan-package-by-using-cicd).
NOTE:
Packages from private and internal projects are hidden if you are not
authenticated. If you try to search or download a package from a private or internal project without authenticating, you will receive the error `unable to find the package in remote` in the Conan client.
### Add your credentials to the GitLab remote ### Add your credentials to the GitLab remote
Associate your token with the GitLab remote, so that you don't have to Associate your token with the GitLab remote, so that you don't have to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment