Describe the bug
Using windows container, acb download from a private git repo containing submodule
failed with error: git: 'credential-cache' is not a git command
Additional context
On windows, may need to enable credential-cache by execute "git config --global credential.helper manage"
Describe the bug
Using windows container,
acb downloadfrom a private git repo containing submodulefailed with error: git: 'credential-cache' is not a git command
Additional context
On windows, may need to enable credential-cache by execute "git config --global credential.helper manage"