-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
auth-issueAn issue authenticating to a hostAn issue authenticating to a host
Description
Version
2.6.1.0
Operating system
Linux
OS version or distribution
Clear Linux 43760
Git hosting provider(s)
GitHub
Other hosting provider
No response
(Azure DevOps only) What format is your remote URL?
None
Can you access the remote repository directly in the browser?
Yes, I can access the repository
Expected behavior
git credential manager does not segfault
Actual behavior
Sometimes when trying to push to github (or gitlab) git credential manager will crash. Once this happens, the only solution is to restart the computer, after which it will (maybe) work.
I have been unable to find what causes this issue to happen, or why it sometimes goes away after restarting.
Logs
her@clarence ~/D/chromebrew (unwise) [SIGINT]> GIT_TRACE=1 GCM_TRACE=1 git push --set-upstream origin unwise
15:36:27.484768 git.c:476 trace: built-in: git push --set-upstream origin unwise
15:36:27.485565 run-command.c:673 trace: run_command: GIT_DIR=.git git remote-https origin https://github.com/Zopolis4/chromebrew
15:36:27.485578 run-command.c:765 trace: start_command: /usr/libexec/git-core/git remote-https origin https://github.com/Zopolis4/chromebrew
15:36:27.490889 git.c:773 trace: exec: git-remote-https origin https://github.com/Zopolis4/chromebrew
15:36:27.490938 run-command.c:673 trace: run_command: git-remote-https origin https://github.com/Zopolis4/chromebrew
15:36:27.490951 run-command.c:765 trace: start_command: /usr/libexec/git-core/git-remote-https origin https://github.com/Zopolis4/chromebrew
15:36:28.313379 run-command.c:673 trace: run_command: '/usr/local/bin/git-credential-manager get'
15:36:28.313408 run-command.c:765 trace: start_command: /bin/sh -c '/usr/local/bin/git-credential-manager get' '/usr/local/bin/git-credential-manager get'
15:36:28.432123 git.c:476 trace: built-in: git config --null --list
15:36:28.515087 ...e/Application.cs:106 trace: [RunInternalAsync] Version: 2.6.1.0
15:36:28.519535 ...e/Application.cs:107 trace: [RunInternalAsync] Runtime: .NET 8.0.10
15:36:28.519560 ...e/Application.cs:108 trace: [RunInternalAsync] Platform: Linux (x86-64)
15:36:28.519571 ...e/Application.cs:109 trace: [RunInternalAsync] OSVersion: Clear Linux OS
15:36:28.519586 ...e/Application.cs:110 trace: [RunInternalAsync] AppPath: /usr/local/bin/git-credential-manager
15:36:28.519641 ...e/Application.cs:111 trace: [RunInternalAsync] InstallDir: /usr/local/bin/
15:36:28.519677 ...e/Application.cs:112 trace: [RunInternalAsync] Arguments: get
15:36:28.541073 ...GitCommandBase.cs:32 trace: [ExecuteAsync] Start 'get' command...
15:36:28.554587 ...GitCommandBase.cs:46 trace: [ExecuteAsync] Detecting host provider for input:
15:36:28.555858 ...GitCommandBase.cs:47 trace: [ExecuteAsync] capability[]=authtype
15:36:28.555875 ...GitCommandBase.cs:47 trace: [ExecuteAsync] capability[]=state
15:36:28.555920 ...GitCommandBase.cs:47 trace: [ExecuteAsync] protocol=https
15:36:28.555933 ...GitCommandBase.cs:47 trace: [ExecuteAsync] host=github.com
15:36:28.555943 ...GitCommandBase.cs:47 trace: [ExecuteAsync] wwwauth=Basic realm="GitHub"
15:36:28.558744 ...viderRegistry.cs:149 trace: [GetProviderAsync] Performing auto-detection of host provider.
15:36:28.560821 ...viderRegistry.cs:162 trace: [GetProviderAsync] Auto-detect probe timeout is 2 ms.
15:36:28.567725 ...viderRegistry.cs:170 trace: [GetProviderAsync] Checking against 4 host providers registered with priority 'Normal'.
15:36:28.569903 ...GitCommandBase.cs:49 trace: [ExecuteAsync] Host provider 'GitHub' was selected.
15:36:28.576737 git.c:476 trace: built-in: git credential-cache get
15:36:28.583750 ...bHostProvider.cs:142 trace: [GetCredentialAsync] Found 0 accounts in the store for service=https://github.com.
15:36:28.584670 ...bHostProvider.cs:218 trace: [FilterAccounts] Account filtering is enabled.
15:36:28.597999 ...bHostProvider.cs:226 trace: [FilterAccounts] Filtering based on WWW-Authenticate header information...
15:36:28.598395 ...bHostProvider.cs:229 trace: [FilterAccounts] Matched 0 accounts with public domain:
15:36:28.598430 ...bHostProvider.cs:181 trace: [GetCredentialAsync] No existing credentials found.
15:36:28.598437 ...bHostProvider.cs:184 trace: [GetCredentialAsync] Creating new credential...
15:36:28.601555 ...bHostProvider.cs:423 trace: [GetSupportedAuthenticationModesAsync] https://github.com/ is github.com - authentication schemes: 'Pat, OAuth'
15:36:28.614437 git.c:476 trace: built-in: git version
15:36:28.620948 git.c:476 trace: built-in: git config --null --type=path credential.https://github.com.gitHubHelper
15:36:28.624165 git.c:476 trace: built-in: git config --null --type=path credential.github.com.gitHubHelper
15:36:28.627295 git.c:476 trace: built-in: git config --null --type=path credential.gitHubHelper
error: /usr/local/bin/git-credential-manager get died of signal 11
Username for 'https://github.com':
Metadata
Metadata
Assignees
Labels
auth-issueAn issue authenticating to a hostAn issue authenticating to a host