Closed ReenigneArcher closed 3 months ago
The .gitmodules
file has been updated to use https
instead of git
for fetching two submodules, moonlight-common-c
and vcpkg
. This change enhances security and compatibility for fetching these external dependencies.
Files | Change Summary |
---|---|
.gitmodules | Updated URLs for moonlight-common-c and vcpkg to use https instead of git . |
In the world of code, we make a shift,
Fromgit
tohttps
, a secure lift.
Moonlight and packages, now fetched with ease,
Our dependencies flow like a summer breeze.
With every commit, we dance and cheer,
For in our repo, no more fears. 🎉🐰
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@TheElixZammuto any issue with this one? I was unable to clone submodules. Maybe something wrong with my git configuration, but I've only ever seen https urls in submodules so far.
Submodules failed to initialize with the following errors.
Summary by CodeRabbit
https
instead ofgit
for fetching external dependencies, ensuring more secure and reliable connections.