Does anybody have suggestions on how to handle a p...
# ask-community
j
Does anybody have suggestions on how to handle a prefect deployment that tries to run a git_clone on a path where the repo already exists? I can't deploy my prefect code bc it says that "/tmp/{some_random_string}/repo" already exists. Is there a way to change where it is getting cloned to? This issue only happens when I try to run "flow.from_source(git_repo)"