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
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
mkdir repo
cd repo
git init
mkdir dir
cd dir
git submodule add <some arbitrary git repo> submodule
cd ..
mklink /D link dir\submodule
cd link
git pull origin master
Expected behavior: The submodule is updated to origin/master.
Actual behavior: Command fails, outputs
fatal: Not a git repository: ../../.git/modules/dir/submodule