runtime error
Exit code: 1. Reason: GITHUB_PAT set Traceback (most recent call last): File "/home/user/app/app.py", line 17, in <module> Repo.clone_from(f'https://{GIT_id}:{GITHUB_PAT}@github.com/{GIT_id}/{GIT_repo}.git', './cloned_repo') File "/usr/local/lib/python3.10/site-packages/git/repo/base.py", line 1525, in clone_from return cls._clone( File "/usr/local/lib/python3.10/site-packages/git/repo/base.py", line 1396, in _clone finalize_process(proc, stderr=stderr) File "/usr/local/lib/python3.10/site-packages/git/util.py", line 504, in finalize_process proc.wait(**kwargs) File "/usr/local/lib/python3.10/site-packages/git/cmd.py", line 834, 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/magnumical/datel_stl.git ./cloned_repo stderr: 'Cloning into './cloned_repo'... remote: Invalid username or password. fatal: Authentication failed for 'https://github.com/magnumical/datel_stl.git/' '
Container logs:
Fetching error logs...