If we use git/SSH URLs then non-members face authentication issues while cloning the repo. Some recent changes added git URLs so replacing it with https to avoid these kind of issues.
Testing
NA
Checklist:
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] Any dependent changes have been merged and published in downstream modules
Description
If we use git/SSH URLs then non-members face authentication issues while cloning the repo. Some recent changes added git URLs so replacing it with https to avoid these kind of issues.
Testing
NA
Checklist:
Documentation