You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 fromsubmodule
tosubtree
.The text was updated successfully, but these errors were encountered: