May 1, 2023

Using Private GitHub Repo as Submodules with Cloudflare

Thought this would be more difficult and I couldn’t find any information online but it ended up being pretty simple. Just modify your .gitmodules file to use your username and a personal access token

[submodule "<RepoName>"]
    path = <RepoName>
    url = https://<username>:<personal_access_token>@github.com/<username>/<RepoName>

Previous post
Predict My Step Score Version 2 Version 2 of predict my step score is on its way! Please email me at predictmystepscore@gmail.com or message me on
Next post
Switching from QWERTY to Colemak and Back Given the integral role of computers in my daily life, perfecting my relationship with my keyboard has
Share this post if you enjoyed it :)
Subscribe to my newsletter to get notified of new posts
Follow Me On Twitter