Right now when doing netlifyctl init -m in a repository configured with an https URL in /.git/config, we fail to detect tha,t and the repo setup ends up not working properly with our automated checkouts.
netlifyctl should detect https URLs and automatically transform them into ssh URLs for use with deploy keys.
Right now when doing
netlifyctl init -m
in a repository configured with an https URL in/.git/config
, we fail to detect tha,t and the repo setup ends up not working properly with our automated checkouts.netlifyctl should detect https URLs and automatically transform them into ssh URLs for use with deploy keys.