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
My workflow throws the following error during the 'Persisting credentials for submodules' phase, specifically at the command "<GIT_PATH>\git.exe" submodule foreach "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url".
My workflow throws the following error during the 'Persisting credentials for submodules' phase, specifically at the command
"<GIT_PATH>\git.exe" submodule foreach "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url"
.checkout/src/git-auth-helper.ts
Line 288 in 5a4ac90
It succeeds on the first two submodules and fails on the third.
The text was updated successfully, but these errors were encountered: