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 Oct 4, 2021. It is now read-only.
[Git] Fix deadlock when running external authentication
Since all Git operations run on a dedicated thread, we can not
simply run async tasks in callbacks from libgit. Running
the external creds provider on a separate task fixes the deadlock.
Copy file name to clipboardExpand all lines: main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/MonoDevelop.VersionControl.Git/GitCredentials.cs
0 commit comments