On Ubuntu 20.04.3, I got an authorization error when pushing from a repo checked out with --recurse-submodules (no changes in the submodules). It works seamlessly, when checking out without submodules and then applying, committing and pushing the same changes. While it is not clear why this is happening, this calls for a shift from submodule to subtree.
On Ubuntu 20.04.3, I got an authorization error when pushing from a repo checked out with
--recurse-submodules(no changes in the submodules). It works seamlessly, when checking out without submodules and then applying, committing and pushing the same changes. While it is not clear why this is happening, this calls for a shift fromsubmoduletosubtree.