But it's not easy, as you need username and password and that can be different for each URL. So ssh (with one key) is easier for write-access, IMO. Https is much easier for read(-only) access.
On April 11, 2018 11:25:55 PM GMT+02:00, he...@mailbox.sk wrote: >Yes, sorry, of course technically you can use https access to push as >well, I just didn't use it for that purpose for long as I always use >ssh for that and so only use of https was to read public repos without >need for authorization. > > >On April 11, 2018 11:21:29 PM GMT+02:00, "Peter Uhnák" ><i.uh...@gmail.com> wrote: >>> >>> The con is the “read-only” >>> >> >>They are _not_ read-only. If you want to push, they will use http auth >>for >>authentication. (Obviously you need an account for pushing, but that's >>given.) >> >>Peter