相关文章推荐
坚强的碗  ·  html - ...·  1 年前    · 
热情的煎鸡蛋  ·  ISO ...·  1 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

Setup Nexus3 Conan plugin based on https://github.com/sonatype-nexus-community/nexus-repository-conan/blob/master/docs/CONAN_USER_DOCUMENTATION.md , but can't seem to push a package to it.

When I try to login I get:

$ conan user redacted -p redacted -r conan-hosted
ERROR: Wrong user or password. [Remote: conan-hosted]

My remote config looks something like:

"url": "https://example.com/repository/conan-hosted/", "verify_ssl": true, "name": "conan-hosted"

I'm able to login to nexus console using that userid and password. I just can't seem to login with it via conan.

Turns out this might be an issue with conan client on Ubuntu 16.04. I opened a ticket on this github.com/conan-io/conan/issues/4190 – Dennis Hoer Dec 21, 2018 at 23:34 JFrog is able to upload from Ubuntu 16.04, so it might be an issue with Nexus Conan Plugin itself github.com/sonatype-nexus-community/nexus-repository-conan/… – Dennis Hoer Dec 26, 2018 at 19:13

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.