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 has been archived by the owner on Feb 3, 2018. It is now read-only.
A bug was reported to glide (Masterminds/glide#411) about how concurrent git+ssh activity causes issues when the key hasn't been decrypted into an agent. To handle this case, vsolver must provide an option for fetching in serial so that the requests are made in serial, and each password input is recorded correctly.
In some imaginary, future version, we might also attempt to predetect which URLs are safe to parallelize (e.g., unsecure git http), and have this option (or a new one) always parallelize those, but not others.
Either that, or we've gotta do some gnarly shit with os.Stdin and os.Stdout across processes...
A bug was reported to glide (Masterminds/glide#411) about how concurrent git+ssh activity causes issues when the key hasn't been decrypted into an agent. To handle this case,
vsolver
must provide an option for fetching in serial so that the requests are made in serial, and each password input is recorded correctly.In some imaginary, future version, we might also attempt to predetect which URLs are safe to parallelize (e.g., unsecure git http), and have this option (or a new one) always parallelize those, but not others.
Either that, or we've gotta do some gnarly shit with
os.Stdin
andos.Stdout
across processes...Affects #13
The text was updated successfully, but these errors were encountered: