Hi AdventurousButterfly15 , are you able to clone locally? What version of the agent are you using
AdventurousButterfly15 , please upgrade to the latest agent version to see if this continues
(base) boris@adamastor:~/clearml_config$ clearml-agent --version CLEARML-AGENT version 1.4.0
Yes, I am able to clone locally on the same server the agent is running on. However I do it using ssh auth
The task runs in a docker container if that’s relevant
Was I right to put the credentials in
clearml.conf
on the machine I am starting the agent on?
AdventurousButterfly15 Yes exactly!
you should be able to see that in the log of the Task (at the top of the log there will be the entire configuration), can you see the git user there?
Was I right to put the credentials in clearml.conf
on the machine I am starting the agent on?
Clearml conf is like this...stuff.. agent { git_user: "btseytlin" git_pass: "gitlab accesstoken" }
your account has 2FA enabled and you must use a personal access token instead of a password.
I'm assuming you have created the personal access token and used it, not the pass
Yes, the git user is correct. It does not display the password of course. I tested and the config is definitely coming from clearml.conf
Still, the error persists
Any chance you can share the Log?
(feel free to DM it so it will not end up public)
Yes, I created a token and out it into aget.git_pass