Description of the problem: i’m trying to sync a study (that I previously created. I have then downloaded it, modified certain values in .csv files, and am trying to create a new ‘project’ and push this “new project” to Pavlovia. I am getting the following error, at the first time uploading (and none of my files are making it to pavlovia):
What is this error: Traceback (most recent call last):
File “/Applications/PsychoPy 4.app/Contents/Resources/lib/python3.8/psychopy/app/builder/builder.py”, line 1608, in onPavloviaSync
File “/Applications/PsychoPy 4.app/Contents/Resources/lib/python3.8/psychopy/app/pavlovia_ui/project.py”, line 854, in syncProject
File “/Applications/PsychoPy 4.app/Contents/Resources/lib/python3.8/psychopy/projects/pavlovia.py”, line 873, in sync
File “/Applications/PsychoPy 4.app/Contents/Resources/lib/python3.8/psychopy/projects/pavlovia.py”, line 1116, in firstPush
File “/Applications/PsychoPy 4.app/Contents/Resources/lib/python3.8/git/cmd.py”, line 542, in
File “/Applications/PsychoPy 4.app/Contents/Resources/lib/python3.8/git/cmd.py”, line 1005, in _call_process
File “/Applications/PsychoPy 4.app/Contents/Resources/lib/python3.8/git/cmd.py”, line 822, in execute
git.exc.GitCommandError: Cmd(‘/Applications/PsychoPy 4.app/Contents/Resources/git-core/git’) failed due to: exit code(1)
cmdline: /Applications/PsychoPy 4.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’
Can someone kindly help me to fix this?