Unhandled internal when trying to sync with web projcet (at pavolovia.org)

URL of experiment:

Description of the problem:
I have an experiment in PsychoPy Coder. It is working fine and presents sound-files and jpg-files, with some responses to be made by the user. So far so good.

When I try to “Sync with web project (at pavlovia.org)” I receive an unhandled internal error and is asked to send the error report to developers. This is the error report:
Traceback (most recent call last):
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\coder\coder.py”, line 2811, in onPavloviaSync
self.project = pavlovia.getProject(self.currentDoc.filename)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\projects\pavlovia.py”, line 1068, in getProject
gitRoot = getGitRoot(filename)
File “C:\Program Files\PsychoPy3\lib\site-packages\psychopy\projects\pavlovia.py”, line 1049, in getGitRoot
cwd=str(p)).decode(‘utf-8’):
File “C:\Program Files\PsychoPy3\lib\subprocess.py”, line 336, in check_output
**kwargs).stdout
File “C:\Program Files\PsychoPy3\lib\subprocess.py”, line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command ‘[‘git’, ‘branch’, ‘–show-current’]’ returned non-zero exit status 129.

Any help would be much appreciated.

Örjan

Hello

look here for some suggestions.

Best wishes Jens