Skip to content

Instantly share code, notes, and snippets.

@GeorgeTsiokos
Last active December 26, 2017 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GeorgeTsiokos/eaf56b6f2bfd3b16cbc8296dae178156 to your computer and use it in GitHub Desktop.
Save GeorgeTsiokos/eaf56b6f2bfd3b16cbc8296dae178156 to your computer and use it in GitHub Desktop.
Git Credential Manager login failure
11:01:47.181403 git.c:328 trace: built-in: git 'pull'
11:01:47.181403 run-command.c:626 trace: run_command: 'fetch' '--update-head-ok'
11:01:47.228279 git.c:328 trace: built-in: git 'fetch' '--update-head-ok'
11:01:47.228279 run-command.c:626 trace: run_command: 'remote-https' 'origin' 'https://redacted.visualstudio.com/DefaultCollection/project/_git/repo'
11:01:47.259524 git.c:560 trace: exec: 'git-remote-https' 'origin' 'https://redacted.visualstudio.com/DefaultCollection/project/_git/repo'
11:01:47.259524 run-command.c:626 trace: run_command: 'git-remote-https' 'origin' 'https://redacted.visualstudio.com/DefaultCollection/project/_git/repo'
11:01:47.712687 run-command.c:626 trace: run_command: 'git credential-manager get'
11:01:47.760474 git.c:560 trace: exec: 'git-credential-manager' 'get'
11:01:47.760474 run-command.c:626 trace: run_command: 'git-credential-manager' 'get'
11:01:47.838646 ...\Common.cs:527 trace: [Main] git-credential-manager (v1.14.0) 'get'
11:01:47.916747 ...\Where.cs:240 trace: [FindGitInstallations] found 1 Git installation(s).
11:01:47.916747 ...Configuration.cs:405 trace: [LoadGitConfiguration] git All config read, 31 entries.
11:01:47.916747 ...\Where.cs:240 trace: [FindGitInstallations] found 1 Git installation(s).
11:01:47.916747 ...Configuration.cs:405 trace: [LoadGitConfiguration] git All config read, 31 entries.
11:01:47.947979 ...\Common.cs:77 trace: [CreateAuthentication] detecting authority type for 'https://redacted.visualstudio.com/'.
11:01:47.947979 ...uthentication.cs:137 trace: [DetectAuthority] 'https://redacted.visualstudio.com/' is subdomain of 'visualstudio.com', checking AAD vs MSA.
11:01:47.963610 ...uthentication.cs:240 trace: [GetAuthentication] MSA authority detected.
11:01:48.041728 ...\Common.cs:161 trace: [CreateAuthentication] authority for 'https://redacted.visualstudio.com/' is Microsoft Live.
11:01:55.327487 ...zureAuthority.cs:115 trace: [InteractiveAcquireToken] authority host URL = 'https://login.microsoftonline.com/live.com', token acquisition succeeded.
11:01:55.327487 ...Authentication.cs:80 trace: [InteractiveLogon] token 'https://redacted.visualstudio.com/' successfully acquired.
11:01:55.343175 ...zureAuthority.cs:297 trace: [GetConnectionDataRequest] validating adal access token for 'https://redacted.visualstudio.com/'.
11:01:55.343175 ...zureAuthority.cs:120 trace: [PopulateTokenTargetId] access token end-point is 'GET' 'https://redacted.visualstudio.com/_apis/connectiondata'.
11:01:55.561839 ...zureAuthority.cs:139 trace: [PopulateTokenTargetId] server returned 'ProtocolError'.
11:01:55.561839 ...zureAuthority.cs:102 trace: [GeneratePersonalAccessToken] personal access token acquisition for 'https://redacted.visualstudio.com/' failed.
11:01:55.561839 ...\Common.cs:639 trace: [QueryCredentials] credentials for 'https://redacted.visualstudio.com/' not found.
11:01:55.561839 ...\Common.cs:495 trace: [LogEvent] Failed to retrieve Microsoft Live credentials for 'https://redacted.visualstudio.com/'.
11:01:55.561839 ...\Program.cs:265 trace: [Get] Logon failed, use ctrl+c to cancel basic credential prompt.
11:01:55.593085 run-command.c:626 trace: run_command: 'bash' '-c' 'cat >/dev/tty && read -r line </dev/tty && echo "$line"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment