Please rerun again and provide a log that does show the git_pass
oops sorry! And yes I have set up the access token from gitlab and that’s what I’m passing in git_pass
and each individual machine in the process
Try installing virtualenv on the ubuntu machine running the agent
Can you also add a full log of the run that was showing the git pass in the startup print?
it now shows git_pass and git_user as well as enable_git_ask_pass
yes the ubuntu machine is running the agent, and yes all the changes I make to clearml.conf are on that same ubuntu machine
the macbook is the local machine, it has the script that uses execute_remotely
The agent prints its configuration before the execution step, I don't see agent.git_pass set anywhere in the log. Are you sure you set it up on the correct machine? This needs to be set up on the machine running the agent.
and you can see it includes the commit that the log mentions
And this is from the same machine running the agent correct?
they all seem to have the ‘glpat’ prefix before them
you are right, I can’t see the git_pass but in the previous logs I see it
I generated another one just to show
yes, the remote machine is running the clearml-agent, this file resides in that same machine, same account
self-hosted so clearml keys are fine
and force_git_ssh_protocol to false, I have also tried turning it to true and enable_git_ask_pass to false but no luck
This is very strange and unrelated to ClearML:
Error: connect ECONNREFUSED /run/user/1003/vscode-git-7ea59f7d55.sock
at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '/run/user/1003/vscode-git-7ea59f7d55.sock'
}
Missing or invalid credentials.
Error: connect ECONNREFUSED /run/user/1003/vscode-git-7ea59f7d55.sock
at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1607:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '/run/user/1003/vscode-git-7ea59f7d55.sock'
}
How are you running the commands? Regular terminal? Inside VSCode or pycharm?
you said you're on ubuntu... please describe exactly where/how the server + agent are set up
update: clearml-agent was stuck on version 1.4.0 it has now been upgraded to the latest version 1.9.2
just to be clear, the second log I sent was awhile ago, anything showing there is largely irrelevant

