URL of experiment:
https://run.pavlovia.org/ayjayar/thesis7-30-21
Description of the problem:
For the life of me I cannot figure out what is going on! My first participant is coming this week and I cannot synchronize my (incredibly important) changes. The prior version (from two days ago) still works, but I can’t get any changes to synchronize.
I tried creating a new local folder and copying everything over except the .git folder and checked the experiment settings to make sure they use the same version. What else could be causing it to be unable to synchronize?
When I first tried to synchronize:
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 543, in syncProject
status = project.sync(syncFrame)
File "C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py", line 654, in sync
self.firstPush(infoStream=infoStream)
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 <lambda>
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(1)
cmdline: C:\Program Files\PsychoPy\MinGit\cmd\git.exe push -u https://oauth2:4ef98a8616117151a95007ff759554024ff7ace0dc789e25c6eb882e66e3ceb5@gitlab.pavlovia.org/ayjayar/thesis080121.git master
stderr: 'remote: error: cannot lock ref 'refs/heads/master': reference already exists
To https://gitlab.pavlovia.org/ayjayar/thesis080121.git
! [remote rejected] master -> master (failed to update ref)
error: failed to push some refs to 'https://oauth2:4ef98a8616117151a95007ff759554024ff7ace0dc789e25c6eb882e66e3ceb5@gitlab.pavlovia.org/ayjayar/thesis080121.git''
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 543, in syncProject
status = project.sync(syncFrame)
File "C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py", line 654, in sync
self.firstPush(infoStream=infoStream)
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 <lambda>
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(1)
cmdline: C:\Program Files\PsychoPy\MinGit\cmd\git.exe push -u https://oauth2:4ef98a8616117151a95007ff759554024ff7ace0dc789e25c6eb882e66e3ceb5@gitlab.pavlovia.org/ayjayar/thesis080121.git master
stderr: 'remote: error: cannot lock ref 'refs/heads/master': reference already exists
To https://gitlab.pavlovia.org/ayjayar/thesis080121.git
! [remote rejected] master -> master (failed to update ref)
error: failed to push some refs to 'https://oauth2:4ef98a8616117151a95007ff759554024ff7ace0dc789e25c6eb882e66e3ceb5@gitlab.pavlovia.org/ayjayar/thesis080121.git''```
When I tried to create a new experiment:
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 543, in syncProject
status = project.sync(syncFrame)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 654, in sync
self.firstPush(infoStream=infoStream)
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(1)
cmdline: C:\Program Files\PsychoPy\MinGit\cmd\git.exe push -u Sign in · GitLab master
stderr: ‘remote: error: cannot lock ref ‘refs/heads/master’: reference already exists
To Sign in · GitLab
! [remote rejected] master → master (failed to update ref)
error: failed to push some refs to ‘Sign in · GitLab’’
Any ideas?