pub fn add_git_fetch_util(lua: &Lua) -> Result<(), Error>Expand description
Adds Git-forge specific fetching utilities (GitHub, GitLab, Gitea, Forgejo)
to the UTILS.FETCH table.
ยงErrors
Returns an error if the UTILS or FETCH tables cannot be found, or if
creating/setting provider tables fails.