I am running into an issue with trying to sync to different projects. In particular, I could in PsychoPy (currently 3.1.5) and after making the appropriate modifications to a .psyexp file, I am unable to get the file to sync to the correct folder.
I think I am experiencing some issue with how my version of PsychoPy accesses Git. For example - the project is saved in a folder on my desktop with dozens of stimuli, however when I try to sync, PsychoPy reports that there are thousands of files to be uploaded - I think it is trying to access my desktop.
Any advice on how to address this and how to manually instruct which git project PsychoPy should sync to?
Yes, it might also be that your experiment is in a folder but that there was previously a study on the desktop. That would have left a hidden .git folder that needs removing. git doesn’t easilly support projects within projects so a folder on the desktop, when the desktop is already considered a project, would just be consumed by that desktop one! Sorry, I know that’s confusing, but it’s what we have to work with!