Closed ivantodorovich closed 2 years ago
Without this PR it's not possible to use HTTPS authentication on repositories.
Now, if use_ssh is not explicitly enabled, the repository url will default to https style, making it compatible with https authentication.
use_ssh
https
Without this PR it's not possible to use HTTPS authentication on repositories.
Now, if
use_ssh
is not explicitly enabled, the repository url will default tohttps
style, making it compatible with https authentication.