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.
–
–
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.