conan remote list-refs is invaluable when you suspect a package is coming from the wrong remote.
# Insert at the beginning (highest priority) conan remote add my_fast_mirror https://fast.mirror.com --insert
conancenter: https://center.conan.io [Verify SSL: True] mycompany: https://artifacts.mycompany.com/artifactory/api/conan/cpp-libs [Verify SSL: True]
conan remote add <remote-name> <remote-url> [options]
The conan add remote command is a fundamental, well-executed utility that defines the flexibility of the Conan package manager. It successfully solves the problem of multi-repository management in C++, a language that historically struggled with dependency sharing.
The modern command (Conan 2.x) to add a remote is:
conan remote list-refs is invaluable when you suspect a package is coming from the wrong remote.
# Insert at the beginning (highest priority) conan remote add my_fast_mirror https://fast.mirror.com --insert conan add remote
conancenter: https://center.conan.io [Verify SSL: True] mycompany: https://artifacts.mycompany.com/artifactory/api/conan/cpp-libs [Verify SSL: True] conan remote list-refs is invaluable when you suspect
conan remote add <remote-name> <remote-url> [options] conan add remote
The conan add remote command is a fundamental, well-executed utility that defines the flexibility of the Conan package manager. It successfully solves the problem of multi-repository management in C++, a language that historically struggled with dependency sharing.
The modern command (Conan 2.x) to add a remote is: