mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.68k stars 346 forks source link

fix(micromamba): anaconda private channels not working #3220

Closed s22chan closed 5 months ago

s22chan commented 5 months ago

Similar to https://github.com/mamba-org/boa/pull/81, the search key and db is slightly out of sync.

In this case, the keys are the (weakened) urls without the scheme.

The anaconda tokens are stored with the scheme, so they are ignored.

https://github.com/mamba-org/mamba/blob/fd42d8dd8ee8cf756b8d0d600663622ac425d392/libmamba/src/specs/channel.cpp#L295-L300