Problem with pushing files to Pavlovia

Description of the problem:
When trying to upload my experiment from the PsychoPy Builder to Pavlovia, it fails to push the files to Pavlovia. The folder is created in gitlab, but there are no files in it. When synchronizing PsychoPy creates the following code:

Pushing files to Pavlovia
Pushing to Pavlovia for the first time…Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\pavlovia_ui\project.py”, line 522, in syncProject
project.firstPush(infoStream=syncFrame)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 827, in firstPush
info = self.repo.git.push(’-u’, self.remoteWithToken, ‘master’)
File “C:\Program Files\PsychoPy\lib\site-packages\git\cmd.py”, line 548, in
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File “C:\Program Files\PsychoPy\lib\site-packages\git\cmd.py”, line 1014, in _call_process
return self.execute(call, **exec_kwargs)
File “C:\Program Files\PsychoPy\lib\site-packages\git\cmd.py”, line 825, in execute
raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd(‘C:\Program Files\PsychoPy\MinGit\cmd\git.exe’) failed due to: exit code(128)
cmdline: C:\Program Files\PsychoPy\MinGit\cmd\git.exe push -u Sign in · GitLab master
stderr: ‘fatal: unable to access ‘Sign in · GitLab’: Failed to connect to gitlab.pavlovia.org port 443: Timed out’

Thank you very much in advance :slight_smile:

Hello,

when you google the error code 128, you find that this git error code git can mean a lot. One option is that your ssh-key is invalid. See here for creating a new ssh-key.

Best wishes Jens