Я установил Artifactory Community Edition для C / C ++ 6.3.3 на Windows 7 и создал хранилище conan.на той же машине у меня есть конан 1.7.3.Я добавил репозиторий в список пультов
λ conan remote add test http://localhost:8082/artifactory/api/conan/testtcc
λ conan remote list
conan-center: https://conan.bintray.com [Verify SSL: True]
conan-transit: https://conan-transit.bintray.com [Verify SSL: True]
poco: https://api.bintray.com/conan/pocoproject/conan [Verify SSL: True]
test: http://localhost:8082/artifactory/api/conan/testtcc [Verify SSL: True]
, но при попытке добавить пользователя я получил эту ошибку
λ conan user admin -r test -p
Please enter a password for "admin" account:
ERROR: b''
Invalid server response, check remote URL and try again. [Remote: test]