Fatal error when uploading local psychopy experiment to Pavlovia

OS: Windows 11
PsychoPy version: 2025.1.1 Py 3.13
Standard Standalone Installation? Yes
URL of experiment: None yet
Do you want it to also run locally? Unsure
What are you trying to achieve? Upload Psychopy project to Pavlovia

What did you try to make it work? Use the “sync” button in the builder file, in line with instructions on Psychopy’s website.

What specifically went wrong when you tried that?:
I made an experiment that runs perfectly on my local machine. We would like to eventually get this online, but I am brand new to Psychopy and Pavlovia and I’m running into difficulty. While I am able to compile my builder code to a JS file, I get the following error message when attempting to upload to a new project in Pavlovia. Interestingly, despite the below error, I do see an empty project appear in my dashboard in my Pavlovia account, which aligns with what I named the project while attempting to upload. However, there are no files in the project, just an empty folder. I believe there is an issue having to do with the last line copied below, but I do not know what the next step is to address this.

Traceback (most recent call last):
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\builder\builder.py”, line 1621, in onPavloviaSync
pavlovia_ui.syncProject(parent=self, file=self.filename, project=self.project)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\app\pavlovia_ui\project.py”, line 854, in syncProject
project.sync()
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 910, in sync
if self.repo is None:
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 1045, in repo
self.configGitLocal()
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 1216, in configGitLocal
localConfig = self.repo.git.config(l=True, local=True) # list local
File “C:\Program Files\PsychoPy\lib\site-packages\git\cmd.py”, line 986, in
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File “C:\Program Files\PsychoPy\lib\site-packages\git\cmd.py”, line 1599, in _call_process
return self.execute(call, **exec_kwargs)
File “C:\Program Files\PsychoPy\lib\site-packages\git\cmd.py”, line 1389, in execute
raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd(‘C:\Program Files\PsychoPy\MinGit\cmd\git.exe’) failed due to: exit code(128)
cmdline: C:\Program Files\PsychoPy\MinGit\cmd\git.exe config -l --local
stderr: ‘fatal: --local can only be used inside a git repository’