Git push without ssh?

I had a look around the forums and it looks like people are using git push - but I’m having trouble.

Can I use password access for a push? Or do I need to setup ssh keys?

Password access works just fine for both pulling and pushing, but SSH keys are recommended for a bunch of reasons – not only are their security properties better, but typing in your password all the time is a pain!

I find it the opposite, setting up ssh keys is a giant pain, whereas I can take my passwords anywhere.

I couldn’t get it to work unfortunately, so I’ll stay in the online editor for now and sort out git pushing another day

Can you elaborate on “can’t get it to work”? I just checked and I could pull and push with just a password (no SSH keys), so if it’s not working for you I’d like to work out why!