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 Jun 25, 2020. It is now read-only.
If a repository hasnt been fetched/updated, foreach will result in two (or three) error reports that say the same thing.
ERROR [vcstools] Command failed with OSError. 'git foo' <True, /path/to/missing/repo>:
[Errno 2] No such file or directory: '/path/to/missing/repo'[/vcstools]
....
Error processing 'local-name' : u"Command failed with OSError. 'git foo' <True, /path/to/missing/repo>:\n[Errno 2] No such file or directory: '/path/to/missing/repo'"
If a repository hasnt been fetched/updated,
foreachwill result in two (or three) error reports that say the same thing.