Because sometimes it clones a cached version of a private repository, instead of cloning the requested version
As far as I know, some of the caches cannot be turned off, but that is simply since the agent needs to store the data somewhere... Why does the cache bother you in this scenario?
` Using cached repository in "/root/.clearml/vcs-cache/DeployKit_cloud.git.3e6952dd2fa4054e353465fe2d40daa3/DeployKit_cloud.git"
fatal: Could not read from remote repository. `
If 3e5962dd
is the commit it's trying to clone, it doesn't exist because I deleted it.
it should be cloning a more up-to-date version of the repository
Hi ElegantCoyote26 , is your use-case about running tasks manually (locally), or running them using ClearML Agent?