Pushing study online from builder

HI ALL,
I’M GETTING THIS ERROR WHEN TRYING TO PUSH A STUDY ONLINE:

Traceback (most recent call last):
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/app/builder/builder.py”, line 1326, in onPavloviaSync
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/app/pavlovia_ui/project.py”, line 533, in syncProject
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/app/pavlovia_ui/functions.py”, line 96, in showCommitDialog
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/projects/pavlovia.py”, line 902, in getChanges
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/git/repo/base.py”, line 656, in untracked_files
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/git/repo/base.py”, line 682, in _get_untracked_files

ALSO, I AM GETTING THIS ERROR

Traceback (most recent call last):
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/app/pavlovia_ui/project.py”, line 161, in submitChanges
AttributeError: ‘NoneType’ object has no attribute ‘project’

That sounds like it’s referencing a widow within the PsychoPy app and getting None instead of its handle. Does the problem persists after fully closing & reopening the app?

Also, how did you open the app? Was it by clicking the icon in the launcher or by double clicking an experiment file?