When git is configured for parallel fetches `fetch.parallel = 0` and uses the `store` credential helper, fetching all remotes might lead to a spurious lock fail. It's a race condition when several remotes require the credentials at the same time. This shouldn't happen, using the `get` operation should not lock the file.