This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 591
git-credential-manager (get/store) hangs on push #871
Comments
Hmm... seems to be repaired from himself (anyway not reproducible anymore on my side). |
This is hanging again today (with 1. Thread (1184)
2. Thread (7960)
3. Thread (8952)
4. Thread (10152)
|
If this problem comes on a Windows machine, do the following.
For more options, check out the full thread on https://stackoverflow.com/questions/15381198/remove-credentials-from-git |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Which Version of GCM are you using ?
1.18.x .. 1.20.0
Which service are you trying to connect to
Every.
Expected behavior
it doesn't hang. :)
Actual behavior
git-credential-manager.exe hangs immediately, no matter it started from git or directly via command line;
config parameter
modalprompt
was not set, setting ofmodalprompt
to true/false or unset it again changing nothing.Set the env variables GCM_TRACE=1 and GIT_TRACE=1 and run your git command. Redact any private information and attach the log
Sometimes it hangs with
get
sometimes withstore
, like here:Sometimes
git-credential-manager get
produces nothing, sometimes it results to one line only before it hangs:Call-stacks of the hanging process
It has no busy-wait, looks stable (not changing in 5 minutes), like a dead-lock.
1. Thread (2392)
2. Thread (7956)
3. Thread (9252)
4. Thread (10776)
Related issue
I thought it could be similar #703, but it looks different (trace show
Common.cs:744
only or even nothing and then hangs immediately).The text was updated successfully, but these errors were encountered: