Conan Default Remote May 2026
conan remote list --raw > myproject/remotes.txt Then teammates can restore with:
conan remote update-default None Or just set a different remote as default. Commit your remote config: conan default remote
conan remote add --list myproject/remotes.txt Set a default remote to save keystrokes and reduce upload errors. Your future self (and your CI logs) will thank you. conan remote list --raw > myproject/remotes