the VCS cache was empty before that run. then, even with the VCS cache being disabled in the config, there was a new lock file and directory after running.
so now i have
git_pass: "[NEW KEY]"
enable_git_ask_pass: false
in my clearml.conf file
iām trying to clone a task that had cloned my code using a github access token that is now expired. i updated to a new token in clearml.conf
, and restarted my agent, but the console shows that the old token is still being used for some reason. is there any way I can make the cloned task use the new token?
the VCS cache was empty before that run. then, even with the VCS cache being disabled in the config, there was a new lock file and directory after running.
so now i have
git_pass: "[NEW KEY]"
enable_git_ask_pass: false
in my clearml.conf file