runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> repo = git.Repo.clone_from(repo_url_with_token, 'deployment_app') File "/home/user/.local/lib/python3.10/site-packages/git/repo/base.py", line 1328, in clone_from return cls._clone( File "/home/user/.local/lib/python3.10/site-packages/git/repo/base.py", line 1237, in _clone finalize_process(proc, stderr=stderr) File "/home/user/.local/lib/python3.10/site-packages/git/util.py", line 453, in finalize_process proc.wait(**kwargs) File "/home/user/.local/lib/python3.10/site-packages/git/cmd.py", line 600, in wait raise GitCommandError(remove_password_if_present(self.args), status, errstr) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git clone -v -- https://*****:*****@github.com/aakash0017/drvai-beta-deployment deployment_app stderr: 'fatal: destination path 'deployment_app' already exists and is not an empty directory. '

Container logs:

Fetching error logs...