so now i have
git_pass: "[NEW KEY]"
enable_git_ask_pass: false
in my clearml.conf file
no change in behavior and enable_git_ask_pass
does not show up in the agent init output
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?
so now i have
git_pass: "[NEW KEY]"
enable_git_ask_pass: false
in my clearml.conf file
no change in behavior and enable_git_ask_pass
does not show up in the agent init output