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
I'm having issues getting git-subtrac to work with my repo https://github.com/telotortium/emacs.d, which uses several submodules. After running git clone https://github.com/telotortium/emacs.d and git submodule update --init --recursive inside the repo, I can run git subtrac --auto-exclude update. I then want to follow the advice of the README and set url = . for all the submodules in .gitmodules. I do this, and then attempt to run git fetch --all in all the submodules. When I go back up to the main repo, I then encounter errors like this:
I'm having issues getting git-subtrac to work with my repo https://github.com/telotortium/emacs.d, which uses several submodules. After running
git clone https://github.com/telotortium/emacs.d
andgit submodule update --init --recursive
inside the repo, I can rungit subtrac --auto-exclude update
. I then want to follow the advice of the README and seturl = .
for all the submodules in.gitmodules
. I do this, and then attempt to rungit fetch --all
in all the submodules. When I go back up to the main repo, I then encounter errors like this:The specific submodule in the error message changes when I run the command repeatedly.
The text was updated successfully, but these errors were encountered: