Hi, Ciao, thanks for the help.
I just tried your debugging method to enable the GIT_TRACE environment variable, I just see some line printed like:
10:35:38.077468 run-command.c:667 trace: run_command: git-credential-manager-core get
Which means
git-credential-manager-core is started, but shortly the connection get lost. I just test several git repos in different site, I see that this happens in only one site, so I believe it is the site issue, not the my git client side issue.
The interesting thing is: in my old PC, where the username and password are already recorded by gcm-core (maybe before the git site get broken), though I can see this connecting issue, but
git-credential-manager-core seems still works OK, I mean I don't need to enter username and password, gcm-core still use the remembered ones.
The issue happens in my new PC, which means
git-credential-manager-core normally need to pop up some dialog to let me enter the username and password for the first time, but the connecting issue seems blocking the popup dialog, so everything I use the git, I have to enter the username and password again and again.
I'm connecting with the site service, and if it get solved, I will report it here, thanks!
asmwarrior