jmoalves / levain

Something to help you make your software grow
MIT License
8 stars 5 forks source link

Git url must support https for user and repo #149

Closed jmoalves closed 2 years ago

jmoalves commented 2 years ago

Levain only supports SSH (git@...) urls for git urls for repo and user parsing.

We must support https urls as well (https://...).

The GITHUB_REG_EXP in GitUtils is the place :-)