2

基于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 控制台。我似乎无法通过柯南登录。

4

1 回答 1

0

问题与我这边的环境有关。现在这对我来说是固定的。

于 2019-01-22T23:24:47.690 回答