conan user:pass for a remote conan_server is forgotten (Windows)
See original GitHub issueHi,
I am having some issues from time to time in my CI system (jenkins) when I try to upload packages to my personal conan server. The problem is happening always in the same jenkins-node (a windows 10 machine). Basically when the script tries to upload a package to the conan_server it gets stuck asking for loging
14:16:25 Uploading OpenMesh/4.1.1@piponazo/testing
14:16:25 Please log in to "conan-server" to perform this action. Execute "conan user" command.
Jenkins gets stuck here ...
However I am sure that I configured previously the user & password for that particular machine with this command:
conan user myUser -r myServer -p userPassword
Do you know about cases in which conan forgets that configuration ? It only happens some times. When I see this, I go to the remote machine, I configure again the user:pass and then it continues working for some time.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
conan user — conan 1.46.2 documentation
Authenticates against a remote with user/pass, caching the auth token. Useful to avoid the user and password being requested later.
Read more >Using Visual Studio remote debug and conan together
My setup is as so: Windows PC running VS 2017 with remote debugger; Centos machine running rsync and not connected to conan server...
Read more >How to run a Conan Exiles server on your Linux Box with WINE
The purpose of this guide is to show you how to setup a Conan Exiles Windows Server under Linux (CentOS 7) and WINE...
Read more >Dedicated Servers - Conan Exiles
1. Install "Conan Exiles Dedicated Server" found in your steam library tools. · 2. Copy in the yellow text below and edit the...
Read more >You cannot change an expired user account password in a ...
Fixes an issue in which you cannot change an expired password if you use a user account to establish a remote desktop session...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The way we solved that is by calling
conan user ...
before we’re automatically uploading to the conan server.It must be that. Thanks! I will confirm it tomorrow 😉