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
if there are some repositories or submodules that require login/password to be provided, the login prompt asks for input multiple times, thus totally disfunct it.
Expected result
Asking for credentials (login/password) should always apply only one-at-the-time, regardless of parallelism. (some locking mechanism should be in place)
There is a workaround that always in tsrc init also using -j1 to disable parallelism. This way the login/password can be provided successfully.
It is a shame that there is no warning about such behavior anywhere in docs or in tsrc init --help
The text was updated successfully, but these errors were encountered:
Environment
tsrc version
: tsrc 3.0.1Command you ran
tsrc init <manifest_repo_path>
Actual output
if there are some repositories or submodules that require login/password to be provided, the login prompt asks for input multiple times, thus totally disfunct it.
Expected result
Asking for credentials (login/password) should always apply only one-at-the-time, regardless of parallelism. (some locking mechanism should be in place)
There is a workaround that always in
tsrc init
also using-j1
to disable parallelism. This way the login/password can be provided successfully.It is a shame that there is no warning about such behavior anywhere in docs or in
tsrc init --help
The text was updated successfully, but these errors were encountered: