You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using pixi --version.
Reproducible example
$ pixi add my-internal-library
ERROR rattler_repodata_gateway::fetch: error=HTTP status client error (401 Unauthorized) for url (https://internal-channel.somereposity.com/linux-64/repodata.json)
ERROR rattler_repodata_gateway::fetch: error=HTTP status client error (401 Unauthorized) for url (https://internal-channel.somereposity.com/noarch/repodata.json)
× failed to fetch repodata from channels
╰─▶ HTTP status client error (401 Unauthorized) for url (https://internal-channel.somereposity.com/linux-64/repodata.json)
Issue description
When trying to use an internal channel that makes use of simple authentication that mamba and conda supports reading from ~/.netrc pixi does not manage to reach the channel
Expected behavior
That ~/.netrc files are used for simple auth if they match the hostnames specified in a channel
The text was updated successfully, but these errors were encountered:
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
When trying to use an internal channel that makes use of simple authentication that mamba and conda supports reading from ~/.netrc pixi does not manage to reach the channel
Expected behavior
That ~/.netrc files are used for simple auth if they match the hostnames specified in a channel
The text was updated successfully, but these errors were encountered: