I’m trying to sync an experiment I created in PsychoPy Builder version 2022.2.4 and I get the following error message when I try to sync it:
Traceback (most recent call last):
File “/Volumes/PsychoPy-2022.2.4/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/app/builder/builder.py”, line 1374, in onPavloviaSync
File “/Volumes/PsychoPy-2022.2.4/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/app/pavlovia_ui/project.py”, line 787, in syncProject
File “/Volumes/PsychoPy-2022.2.4/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/app/pavlovia_ui/sync.py”, line 47, in sync
File “/Volumes/PsychoPy-2022.2.4/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/projects/pavlovia.py”, line 800, in sync
File “/Volumes/PsychoPy-2022.2.4/PsychoPy.app/Contents/Resources/lib/python3.8/psychopy/projects/pavlovia.py”, line 982, in firstPush
File “/Volumes/PsychoPy-2022.2.4/PsychoPy.app/Contents/Resources/lib/python3.8/git/cmd.py”, line 542, in
File “/Volumes/PsychoPy-2022.2.4/PsychoPy.app/Contents/Resources/lib/python3.8/git/cmd.py”, line 1005, in _call_process
File “/Volumes/PsychoPy-2022.2.4/PsychoPy.app/Contents/Resources/lib/python3.8/git/cmd.py”, line 822, in execute
git.exc.GitCommandError: Cmd(‘/Volumes/PsychoPy-2022.2.4/PsychoPy.app/Contents/Resources/git-core/git’) failed due to: exit code(1)
cmdline: /Volumes/PsychoPy-2022.2.4/PsychoPy.app/Contents/Resources/git-core/git push -u Sign in · GitLab master
stderr: ‘warning: redirecting to Sign in · GitLab
error: RPC failed; HTTP 500 curl 56 The requested URL returned error: 500
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date’
Anyone know what the issue is and how to fix it? I have no clue. It runs fine locally on my computer
*I now realize there are other posts with this issue, so will try and review them first and see if I can get the answer from them.