基于https://github.com/sonatype-nexus-community/nexus-repository-conan/blob/master/docs/CONAN_USER_DOCUMENTATION.md设置 Nexus3 Conan 插件,但似乎无法向其推送包。
当我尝试登录时,我得到:
$ conan user redacted -p redacted -r conan-hosted
ERROR: Wrong user or password. [Remote: conan-hosted]
我的远程配置看起来像:
{
"url": "https://example.com/repository/conan-hosted/",
"verify_ssl": true,
"name": "conan-hosted"
}
我可以使用该用户名和密码登录到 nexus 控制台。我似乎无法通过柯南登录。