Git-Credential-Manager-for-Windows
Git-Credential-Manager-for-Windows copied to clipboard
V1.17 taking 2.5 minutes for a basic pull request?
While no errors are reported in the log taking 2.5 minutes for a pull / push ... transaction makes git unusable in windows IMHO
@vwroad87 agreed, and if this is a GCM specific issue then it needs to be resolved asap.
Thanks for the report!
@vwroad87 locally tested this on multiple machines, the time to run the query was well under 1 second.
10:07:27.156698 ...\Common.cs:677 trace: [Main] git-credential-manager (v1.17.0) 'get'
10:07:40.673987 ...\Git\Where.cs:361 trace: [FindGitInstallations] found 1 Git installation(s).
10:07:40.683961 ...Configuration.cs:222 trace: [LoadGitConfiguration] git All config read, 116 entries.
10:07:40.687986 ...\Common.cs:480 trace: [LoadOperationArguments] modalPrompt = 'True'.
10:07:40.729987 ...\Common.cs:85 trace: [CreateAuthentication] detecting authority type for 'https://github.com/'.
10:07:41.083630 ...uthentication.cs:151 trace: [GetAuthentication] created GitHub authentication for 'https://github.com/'.
10:07:41.084605 ...\Common.cs:162 trace: [CreateAuthentication] authority for 'https://github.com/' is GitHub.
10:07:41.088631 ...seSecureStore.cs:195 trace: [ReadCredentials] credentials for 'git:https://github.com' read from store.
10:07:41.088631 ...uthentication.cs:175 trace: [GetCredentials] credentials for 'https://github.com/' found.
10:07:41.661018 ...\Authority.cs:200 trace: [ValidateCredentials] credential validation for 'https://github.com/' succeeded.
10:07:41.661018 ...\Common.cs:804 trace: [QueryCredentials] credentials for 'https://github.com/' found.
10:07:41.662018 ...\Common.cs:642 trace: [LogEvent] GitHub credentials for 'https://github.com/' successfully retrieved.
Could the issue be a transient issue with GitHub or a local network issue?