Upload to pavlovia

Hello,
I’m using Mac Big Sur, Builder v2021.2.3, trying to upload my experiment onto Pavlovia. I cannot figure out what I’m doing wrong.

I created Gitlab, ran:

git config --global user.name “Troy Houser”
git config --global user.email “thouser@uoregon.edu”
cd “/Users/troyhouser/Desktop/mazeRunner”
git init
git remote add origin git@gitlab.pavlovia.org:thouser/mazerunner2.git
git add .
git commit -m “Initial commit”
git push -u origin master

and it asks for my password. I’ve tried my gitlab account password and my SSH key password that i generated but neither works. I get the same prompt when running:

git clone git@gitlab.pavlovia.org:thouser/mazerunner2.git

Any help is valued dearly!!

Are you trying to upload your experiment to Pavlovia using git controls instead of the Builder Sync button?

thank you, the Builder sync worked. I tried it before–I don’t know why it didn’t work before. I did recently move my files to a different folder on my desktop, don’t know if that had anything to do with it (I feel like I read something like that in a forum). Anyway, thank you!