kitlangton / zio-app

Quickly create and develop full-stack Scala apps with ZIO and Laminar.
124 stars 33 forks source link

Use https to clone instead of ssh #7

Closed DaniRey closed 3 years ago

DaniRey commented 3 years ago

While using git with ssh keys is popular, it requires an according setup. Cloning via https should work for everyone. Only people with commit privileges would have a downside from the proposed change, as they might have to change the remote if they prefer to use ssh keys.

kitlangton commented 3 years ago

Great point! Thanks :)