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
There is an issue that arises when working with https links that require user and password. Currently the code just silently fails when git tries to ask the user for username and password. I believe we could block the thread that asks for this and wait till the user provides the asked info. We need to make sure we block all the other threads while the user is inputting the data.
The text was updated successfully, but these errors were encountered:
There is an issue that arises when working with https links that require user and password. Currently the code just silently fails when git tries to ask the user for username and password. I believe we could block the thread that asks for this and wait till the user provides the asked info. We need to make sure we block all the other threads while the user is inputting the data.
The text was updated successfully, but these errors were encountered: