Psychopy3 to Pavlovia Syncing error

I have 8 conditions I have synced to Pavlovia. I found an error in my instructions, so I fixed it in the Builder and am trying to Re-sync them. Five of the programs re-synced successfully, three are giving me the below error. I have tried creating a new folder and renaming the .psyexp but still get the same error. Any advice would be appreciated.

File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/app/pavlovia_ui/project.py”, line 517, in syncProject
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/projects/pavlovia.py”, line 822, in firstPush
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/git/cmd.py”, line 548, in
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/git/cmd.py”, line 1014, in _call_process
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/git/cmd.py”, line 825, in execute
git.exc.GitCommandError: Cmd(’/Applications/PsychoPy.app/Contents/Resources/git-core/git’) failed due to: exit code(1)
cmdline: /Applications/PsychoPy.app/Contents/Resources/git-core/git push -u https://oauth2:73b09a58d814a630a1d308d464d4d61ccbe4f230272da7a68c59cb7239cb5f83@gitlab.pavlovia.org/bjackson55/ags_8.git master
stderr: ‘To https://gitlab.pavlovia.org/bjackson55/ags_8.git
! [rejected] master → master (fetch first)
error: failed to push some refs to ‘https://oauth2:73b09a58d814a630a1d308d464d4d61ccbe4f230272da7a68c59cb7239cb5f83@gitlab.pavlovia.org/bjackson55/ags_8.git
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., ‘git pull …’) before pushing again.
hint: See the ‘Note about fast-forwards’ in ‘git push --help’ for details.’

Hi There,

Is it possible that you have any hidden git files in the path to your new folder? The easiest way to find these is to “show hidden files”. Essentially, you need to make sure there are no folders with the titls .git in the path to your new folder (otherwise psychopy will think this is already a project on pavlovia (the project tied to the old .git file) and try to sync it to that!

Thanks,
Becca