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
When executing "vcs pull" and "vcs import", it sometimes gets stuck indefinitely during the process.
This happens sporadically and I have not been able to find any direct cause, nor a way to consistently reproduce this issue.
In my usage, it happens right after having built a docker image, and trying to import git repositories on my local device.
I haven't found a common cause for it happening when executing "vcs pull".
When I run the command using the --debug flag, a long list is shown in the "DEBUG:vcstool.executor:ongoing" line, containing the names of the repositories I'm trying to import. This list exhausts all the contained repositories, but gets stuck on the last remaining one.
Here is the output I obtain (with anonymized names of the repos, for privacy reasons) when importing 3 git repositories.
When executing "vcs pull" and "vcs import", it sometimes gets stuck indefinitely during the process.
This happens sporadically and I have not been able to find any direct cause, nor a way to consistently reproduce this issue.
In my usage, it happens right after having built a docker image, and trying to import git repositories on my local device.
I haven't found a common cause for it happening when executing "vcs pull".
When I run the command using the --debug flag, a long list is shown in the "DEBUG:vcstool.executor:ongoing" line, containing the names of the repositories I'm trying to import. This list exhausts all the contained repositories, but gets stuck on the last remaining one.
Here is the output I obtain (with anonymized names of the repos, for privacy reasons) when importing 3 git repositories.
Thanks for your support.
The text was updated successfully, but these errors were encountered: