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
git dependencies fail intermittently when restoring the solution with an error like
Fetching the git cache at /root/.paket/git/db/Fun.Build failed.
Message: Could not run "git remote set-url origin "https://github.com/joprice/Fun.Build.git"".
I attempted to disable parallelism with dotnet restore --disable-parallel test.sln, assuming that the issue is multiple projects creating the cache directories simultaneously, but it still fails some of the time. This is especially noticeable in CI, since the cache directory is not present, triggering this cache checkout code path.
The text was updated successfully, but these errors were encountered:
Description
When using a git dependency in a multi-project solution such as
git dependencies fail intermittently when restoring the solution with an error like
I attempted to disable parallelism with
dotnet restore --disable-parallel test.sln
, assuming that the issue is multiple projects creating the cache directories simultaneously, but it still fails some of the time. This is especially noticeable in CI, since the cache directory is not present, triggering this cache checkout code path.The text was updated successfully, but these errors were encountered: