Is there a way I can allow others to clone source via http from a public repo I'm hosting without requiring a password?
It currently prompts for a password which fails if I try to do http://username:password@<repolocation>.git
, so people are having to set up SSH keys just to clone the source.
Is there a better way to do this? I'm fairly new to git & gitlab so I'm not really sure where to look.
Thanks in advance.