Trace my run

Author: e | 2025-04-24

★★★★☆ (4.8 / 2100 reviews)

search bar on top

To this end I'm running a trace on the DB using SQL Server Profiler, with my trace filtered by my SQL login name (it's a name that can uniquely be attributed to my data import process). This is my fist attempt to get tracing up and running in a multi-class application. The examples I've followed and had success with aren't translating to the app I need to trace.

Download rapidsmtp free edition

TRACE MY HOUSE - Trace my House

Which Version of GCM are you using ?From a command prompt, run git credential-manager version and paste the output.1.20.0Which service are you trying to connect to Azure DevOps Azure DevOps Server (TFS/on-prem) GitHub GitHub Enterprise Bitbucket Other? - please describe;If AzureDevops Hosted describe your url dev.azure.com/org org.visualstudio.comIf you're using Azure DevOps, can you access the repository in the browser via the same URL? Yes No, I get a permission error. No, for a different reason:If you're using Azure DevOps, and the account picker shows more than one identity as you authenticate, check that you selected the same one that has access on the web. I only see one identity. I checked each and none worked.Expected behaviorI expect to be able to clone my repository using git clone [repo-url]Actual behaviorI see Azure Active Directory dialog box, pick my user and type in my password, then back in Git Bash command line I receive this error: fatal: Authentication failed for '[repo-url]'I should note that the URL I'm cloning was copied from Azure DevOps and as a result it has a format like But the URL in the failure message doesn't have the "[org-name]@" part before dev.azure.com.Set the env variables GCM_TRACE=1 and GIT_TRACE=1 and run your git command. Redact any private information and attach the logGIT_Trace=1 GCM_TRACE=1 git clone exec-cmd.c:237 trace: resolved executable dir: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/Git/mingw64/bin15:58:20.432601 git.c:439 trace: built-in: git clone ' into '[project-name]'...15:58:20.468546 run-command.c:662 trace: run_command: git remote-https origin ' exec-cmd.c:237 trace: resolved executable dir: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/Git/mingw64/libexec/git-core15:58:20.556270 git.c:703 trace: exec: git-remote-https origin ' run-command.c:662 trace: run_command: git-remote-https origin ' exec-cmd.c:237 trace: resolved executable dir: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/Git/mingw64/libexec/git-core15:58:22.126447 run-command.c:662 trace: run_command: 'git credential-manager get'15:58:22.472522 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/Git/mingw64/libexec/git-core15:58:22.473519 git.c:703 trace: exec: git-credential-manager get15:58:22.473519 run-command.c:662 trace: run_command: git-credential-manager get15:58:22.607203 ...\Common.cs:744 trace: [Main] git-credential-manager (v1.20.0) 'get'15:58:22.668995 ...\Git\Where.cs:348 trace: [FindGitInstallations] found 1 Git installation(s).15:58:22.675019 ...Configuration.cs:222 trace: [LoadGitConfiguration] git All config read, 13 entries.15:58:22.724888 ...\Common.cs:85 trace: [CreateAuthentication] detecting authority type for ' ...uthentication.cs:223 trace: [DetectAuthority] detected ' as Azure DevOps from GET response.15:58:23.149713 ...uthentication.cs:291 trace: [DetectAuthority] tenant resource for ' is {[tenant-resource-no]}.15:58:23.150711 ...uthentication.cs:359 trace: [GetAuthentication] AAD authority for tenant '[tenant-resource-no]' detected.15:58:23.186636 ...\Common.cs:140 trace: [CreateAuthentication] authority for ' is Azure Directory.15:58:23.186636 ...\Common.cs:765 trace: [QueryCredentials] querying 'AzureDirectory' for credentials.15:58:23.192647 ...uthentication.cs:384 trace: [GetCredentials] credentials for ' found.15:58:23.478327 ...\Authority.cs:457 trace: [ValidateSecret] credential validation for ' failed.15:58:24.474663 ...\Authority.cs:247 trace: [NoninteractiveAcquireToken] token acquisition for authority Which version of GCM Core are you using?Git Credential Manager version 2.0.318-beta+44acfafa98 (Windows, .NET Framework 4.0.30319.42000)Which Git host provider are you trying to connect to? Azure DevOps Azure DevOps Server (TFS/on-prem) GitHub GitHub Enterprise Bitbucket Other - please describeCan you access the remote repository directly in the browser using the remote URL?From a terminal, run git remote -v to see your remote URL. Yes No, I get a permission error No, for a different reason - please describe[Azure DevOps only] What format is your remote URL? Not applicable DevOps only] If the account picker shows more than one identity as you authenticate, check that you selected the same one that has access on the web. Not applicable I only see one identity I checked each identity and none workedExpected behaviorI am authenticated once and then Git Credential Manager stores my access token for reuseNote: git in WSL configured to use Windows GCM:git config --global credential.helper "/mnt/c/Users/mattf/AppData/Local/Programs/Git\ Credential\ Manager\ Core/git-credential-manager-core.exe"Actual behaviorI get a popup every time I perform a git operation on the remote.Logs21:39:48.174019 git.c:439 trace: built-in: git pull21:39:48.174145 run-command.c:663 trace: run_command: git fetch --update-head-ok21:39:48.174652 git.c:439 trace: built-in: git fetch --update-head-ok21:39:48.174862 run-command.c:663 trace: run_command: GIT_DIR=.git git-remote-https origin run-command.c:663 trace: run_command: '/mnt/c/Users/mattf/AppData/Local/Programs/Git\ Credential\ Manager\ Core/git-credential-manager-core.exe get'21:39:55.226675 run-command.c:663 trace: run_command: '/mnt/c/Users/mattf/AppData/Local/Programs/Git\ Credential\ Manager\ Core/git-credential-manager-core.exe store'21:39:55.475691 run-command.c:663 trace: run_command: git rev-list --objects --stdin --not --all --quiet --alternate-refs21:39:55.476846 run-command.c:663 trace: run_command: git rev-list --objects --stdin --not --all --quiet --alternate-refs21:39:55.477343 git.c:439 trace: built-in: git rev-list --objects --stdin --not --all --quiet --alternate-refs21:39:55.479739 run-command.c:1616 run_processes_parallel: preparing to run up to 1 tasks21:39:55.479757 run-command.c:1648 run_processes_parallel: done21:39:55.479761 run-command.c:663 trace: run_command: git gc --auto21:39:55.480226 git.c:439 trace: built-in: git gc --auto21:39:55.480493 run-command.c:663 trace: run_command: git merge FETCH_HEAD21:39:55.480974 git.c:439 trace: built-in: git merge FETCH_HEADAlready up to date.

Running an MTR network trace

Which Version of GCM are you using ?From a command prompt, run git credential-manager version and paste the output.12:04:47.644870 exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/bin12:04:47.647339 git.c:676 trace: exec: git-credential-manager version12:04:47.647339 run-command.c:643 trace: run_command: git-credential-manager version12:04:47.923578 ...\Common.cs:744 trace: [Main] git-credential-manager (v1.18.5) 'version'Git Credential Manager for Windows version 1.18.5Which service are you trying to connect to Azure DevOps Azure DevOps Server (TFS/on-prem) GitHub GitHub Enterprise Bitbucket Other? - please describe;If AzureDevops Hosted describe your url dev.azure.com/org org.visualstudio.comIf you're using Azure DevOps, can you access the repository in the browser via the same URL? Yes No, I get a permission error. No, for a different reason:If you're using Azure DevOps, and the account picker shows more than one identity as you authenticate, check that you selected the same one that has access on the web. I only see one identity. I checked each and none worked. I'm not seeing any Azure prompt window.EnvironmentSO: Clean Windows 10 LTSC (updated). Was formatted 2 days ago and it's not a AD joined PC.GIT version: 2.21.0.windows.1GCM version: 1.18.5GitConfig file untouched.Expected behaviorAfter run a git clone, an Azure prompt should appear to enter my credentials or, from VS Code, I should be able to clone my repo using the "new" way.Actual behaviorIt throws the typical error and nothing happens... no Azure windows asking to enter my creds. I'm not having the opportunity to enter any credential before the error appears and there's no any git credential already set in my Windows Credential repository. No problems accessing via. To this end I'm running a trace on the DB using SQL Server Profiler, with my trace filtered by my SQL login name (it's a name that can uniquely be attributed to my data import process).

How to find all the profiler traces running on my SQL Server

Which Version of GCM are you using ?1.18.x .. 1.20.0Which service are you trying to connect toEvery.Expected behaviorit doesn't hang. :)Actual behaviorgit-credential-manager.exe hangs immediately, no matter it started from git or directly via command line;config parameter modalprompt was not set, setting of modalprompt 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 logSometimes it hangs with get sometimes with store, like here: git push ... 23:25:14.228671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/bin 23:25:14.329671 git.c:439 trace: built-in: git push --progress gh-origin test/travis-cmdMZ-timing 23:25:14.381671 run-command.c:663 trace: run_command: git remote-https gh-origin 23:25:14.423671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/libexec/git-core 23:25:14.428671 git.c:702 trace: exec: git-remote-https gh-origin 23:25:14.428671 run-command.c:663 trace: run_command: git-remote-https gh-origin 23:25:14.473671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/libexec/git-core 23:25:15.053671 run-command.c:663 trace: run_command: 'git credential-manager get' 23:25:15.226671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/libexec/git-core 23:25:15.230671 git.c:702 trace: exec: git-credential-manager get 23:25:15.230671 run-command.c:663 trace: run_command: git-credential-manager get 23:25:15.371671 ...\Common.cs:744 trace: [Main] git-credential-manager (v1.20.0) 'get' 23:25:15.441671 ...\Git\Where.cs:348 trace: [FindGitInstallations] found 1 Git installation(s). 23:25:15.448671 ...Configuration.cs:222 trace: [LoadGitConfiguration] git All config read, 33 entries. 23:25:15.451671 ...\Common.cs:579 trace: [LoadOperationArguments] http.proxy = ' 23:25:15.452671 ...tionArguments.cs:605 trace: [SetProxy] successfully set proxy to ' 23:25:15.512671 ...\Common.cs:85 trace: [CreateAuthentication] detecting authority type for ' 23:25:15.531671 ...uthentication.cs:151 trace: [GetAuthentication] created GitHub authentication for ' 23:25:15.531671 ...\Common.cs:176 trace: [CreateAuthentication] authority for ' is GitHub. 23:25:15.532671 ...\Common.cs:765 trace: [QueryCredentials] querying 'GitHub' for credentials. 23:25:15.546671 ...uthentication.cs:175 trace: [GetCredentials] credentials for ' found. 23:25:16.653671 ...\Authority.cs:200 trace: [ValidateCredentials] credential validation for ' succeeded. 23:25:16.655671 ...\Common.cs:873 trace: [QueryCredentials] credentials for ' found. 23:25:16.656671 ...\Common.cs:709 trace: [LogEvent] GitHub credentials for ' successfully retrieved. 23:25:17.653671 run-command.c:663 trace: run_command: 'git credential-manager store' 23:25:17.763671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/libexec/git-core 23:25:17.766671 git.c:702 trace: exec: git-credential-manager store 23:25:17.766671 run-command.c:663 trace: run_command: git-credential-manager store- **** process git-credential-manager hangs ****- **** process git-credential-manager killed, and then it logging further **** 23:26:39.343671 run-command.c:663 trace: run_command: 'git credential-wincred store' 23:26:39.455671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/libexec/git-core 23:26:39.566671 git.c:702 trace: exec: git-credential-wincred store 23:26:39.566671 run-command.c:663 trace: run_command: git-credential-wincred store ..."> > git push ... 23:25:14.228671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/bin 23:25:14.329671 git.c:439 trace: Browser.It seems that I'm passing credentials (401) but I've not been able to do configure it before so I don't understand anything :(I've tried to uninstall and clean all git and gcm files and configs... same behavior. If I change the creds system from GCM to Wincred and Basic, I can work without any problems.Here is the log:git clone exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/bin12:04:56.346596 git.c:419 trace: built-in: git clone into 'Scripts'...12:04:56.395663 run-command.c:643 trace: run_command: git remote-https origin exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core12:04:56.416953 git.c:676 trace: exec: git-remote-https origin run-command.c:643 trace: run_command: git-remote-https origin exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core12:04:56.859143 run-command.c:643 trace: run_command: 'git credential-manager get'12:04:56.914935 exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core12:04:56.916422 git.c:676 trace: exec: git-credential-manager get12:04:56.916422 run-command.c:643 trace: run_command: git-credential-manager get12:04:57.010165 ...\Common.cs:744 trace: [Main] git-credential-manager (v1.18.5) 'get'12:04:57.098453 ...\Git\Where.cs:348 trace: [FindGitInstallations] found 1 Git installation(s).12:04:57.105399 ...Configuration.cs:222 trace: [LoadGitConfiguration] git All config read, 16 entries.12:04:57.183767 ...\Common.cs:85 trace: [CreateAuthentication] detecting authority type for ' ...uthentication.cs:199 trace: [DetectAuthority] ' is Azure DevOps, tenant resource is {xxxxxxxxxxxxxxxxxxxxxxx}.12:04:57.213527 ...uthentication.cs:359 trace: [GetAuthentication] AAD authority for tenant 'xxxxxxxxxxxxxxxxxxxxxxx' detected.12:04:57.299334 ...\Common.cs:140 trace: [CreateAuthentication] authority for ' is Azure Directory.12:04:57.299829 ...\Common.cs:765 trace: [QueryCredentials] querying 'AzureDirectory' for credentials.12:05:05.108600 ...\Program.cs:601 trace: [Run] ! error: 'An error occurred while sending the request.'.12:05:05.109603 ...\Program.cs:601 trace: [Run] > 'The remote server returned an error: (401) Unauthorized.'.12:05:05.110085 ...\Program.cs:601 trace: [Run] > 'The system cannot contact a domain controller to service the authentication request. Please try again later'.12:05:05.113557 ...\Common.cs:709 trace: [LogEvent] System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The

The Brooks Trace 2 Run Proud Colorway is my New Obsession

Ms as just okay/not so good (ORANGE), and 201+ ms as bad (RED). You can adjust these settings as is relevant to your case (like in my case where my Internet connection is not great).Trace GraphThis part of the interface looks very similar to what you get when you run Traceroute. Basically, it provides all the hops along the path from source (the computer running PingPlotter) to target, the response times for each of those hops, and if any packet was lost for each hop.Note: Packet loss is normal on a network, especially one that is shared by many users. The problem is when there are too many lost packets.The colorful part of the Trace Graph (called the “Latency Graph) just plots the response times and packet loss in a nice looking graph.The colors are based on the intervals you configured in the Target Bar above. There are also some icons used in this graph that are worth talking about. Consider the image below:The H-looking line represents the range of the response times i.e. minimum to maximum response time for a particular hopThe blue X represents the response time for the last packet sentThe red O represents the average response timeThe pink rectangle represents the percentage packet lossKeep in mind that the Trace Graph is affected by the “Focus Time” setting in the Target Bar. Leaving the default setting of “Auto” for the Focus Time, the Trace Graph will display data for the current focus in the Timeline Graphs (discussed next). However, we can change this value to view data for different ranges e.g. 5 seconds, 60 minutes, All, etc.Screenshot: Trace Graph with Focus Time on “Auto”Screenshot: Trace Graph with Focus Time on “60 minutes”Screenshot: Trace Graph with Focus Time on “All”Timeline GraphsWhile the Trace Graph gives you a summary of your data, the Timeline Graph provides detailed information for each hop over the trace period.The black line (with highs and lows) is a representation of the response time. The scale labeled “Latency (ms)” on the left provides a reference for reading the response time in milliseconds.The red vertical lines represent packet loss. The scale labeled “Packet Loss %” on the right provides a reference for reading the packet loss.In the Professional Edition, there’s also a line representing Jitter (variation in delay) at the top of the graph.By default, only a Timeline Graph for the target host is displayed in intervals of 10 minutes. You can use the scrollbar at the bottom (or click and drag the graph) to look through the entire timeline.You can add more timeline graphs for other hops by double-clicking on the hop in the Trace Graph:You can also change the displayed interval by right-clicking anywhere on the timeline graph and choosing the new interval:Along with the “Focus Time” setting, you can also double-click on any area of the Timeline Graph to focus on that area which will then affect the Trace Graph:Making sense of the DataNow that we have seen how to run a trace

Running strace with a -o (redirect the trace output) parse the trace

Previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.IdentityModel.Clients.ActiveDirectory.Internal.WsTrust.WsTrustRequest.d__3.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.IdentityModel.Clients.ActiveDirectory.Internal.Flows.AcquireTokenNonInteractiveHandler.d__5.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.IdentityModel.Clients.ActiveDirectory.Internal.Flows.AcquireTokenHandlerBase.d__57.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.d__37.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContextIntegratedAuthExtensions.d__0.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at AzureDevOps.Authentication.Adal.d__5.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at AzureDevOps.Authentication.Authority.d__14.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at AzureDevOps.Authentication.AadAuthentication.d__4.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.Alm.Cli.CommonFunctions.d__10.MoveNext()--- End of stack trace from previous location where exception was thrown ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.Alm.Cli.Program.d.MoveNext()12:05:06.747080 ...\Program.cs:601 trace: [Run] fatal: HttpRequestException encountered.An error occurred while sending the request.fatal: HttpRequestException encountered.An error occurred while sending the request.12:05:06.780311 run-command.c:643 trace: run_command: bash -c 'test "a$SHELL" '!'= "a${SHELL%.exe}" || exit 127; cat >/dev/tty && read -r line Username for ' run-command.c:643 trace: run_command: bash -c 'test "a$SHELL" '!'= "a${SHELL%.exe}" || exit 127; cat >/dev/tty && read -r -s line /dev/tty'Password for ' run-command.c:643 trace: run_command: 'git credential-manager erase'12:10:37.800150 exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core12:10:37.802133 git.c:676 trace: exec: git-credential-manager erase12:10:37.802133 run-command.c:643 trace: run_command: git-credential-manager erase12:10:37.894844 ...\Common.cs:744 trace: [Main] git-credential-manager (v1.18.5) 'erase'12:10:38.001982 ...\Git\Where.cs:348 trace: [FindGitInstallations]. To this end I'm running a trace on the DB using SQL Server Profiler, with my trace filtered by my SQL login name (it's a name that can uniquely be attributed to my data import process).

Jesus Letter Tracing for Kids Trace my Name Workbook: Tracing

Error occurred while sending the request.fatal: HttpRequestException encountered.An error occurred while sending the request.12:05:05.182495 run-command.c:643 trace: run_command: 'git credential-manager get'12:05:05.233055 exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core12:05:05.234544 git.c:676 trace: exec: git-credential-manager get12:05:05.234544 run-command.c:643 trace: run_command: git-credential-manager get12:05:05.328781 ...\Common.cs:744 trace: [Main] git-credential-manager (v1.18.5) 'get'12:05:05.426991 ...\Git\Where.cs:348 trace: [FindGitInstallations] found 1 Git installation(s).12:05:05.433437 ...Configuration.cs:222 trace: [LoadGitConfiguration] git All config read, 16 entries.12:05:05.523710 ...\Common.cs:85 trace: [CreateAuthentication] detecting authority type for ' ...uthentication.cs:199 trace: [DetectAuthority] ' is Azure DevOps, tenant resource is {xxxxxxxxxxxxxxxxxxxxxxx}.12:05:05.549502 ...uthentication.cs:359 trace: [GetAuthentication] AAD authority for tenant 'xxxxxxxxxxxxxxxxxxxxxxx' detected.12:05:05.561406 ...\Common.cs:140 trace: [CreateAuthentication] authority for ' is Azure Directory.12:05:05.562398 ...\Common.cs:765 trace: [QueryCredentials] querying 'AzureDirectory' for credentials.12:05:06.720794 ...\Program.cs:601 trace: [Run] ! error: 'An error occurred while sending the request.'.12:05:06.721783 ...\Program.cs:601 trace: [Run] > 'The remote server returned an error: (401) Unauthorized.'.12:05:06.722785 ...\Program.cs:601 trace: [Run] > 'The system cannot contact a domain controller to service the authentication request. Please try again later'.12:05:06.726247 ...\Common.cs:709 trace: [LogEvent] System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The remote server returned an error: (401) Unauthorized. ---> System.ComponentModel.Win32Exception: The system cannot contact a domain controller to service the authentication request. Please try again laterat System.Net.NTAuthentication.GetOutgoingBlob(Byte[] incomingBlob, Boolean throwOnError, SecurityStatus& statusCode)at System.Net.NTAuthentication.GetOutgoingBlob(String incomingBlob)at System.Net.NegotiateClient.DoAuthenticate(String challenge, WebRequest webRequest, ICredentials credentials, Boolean preAuthenticate)at System.Net.NegotiateClient.Authenticate(String challenge, WebRequest webRequest, ICredentials credentials)at System.Net.AuthenticationManagerDefault.Authenticate(String challenge, WebRequest request, ICredentials credentials)at System.Net.AuthenticationState.AttemptAuthenticate(HttpWebRequest httpWebRequest, ICredentials authInfo)at System.Net.HttpWebRequest.CheckResubmitForAuth()at System.Net.HttpWebRequest.CheckResubmit(Exception& e, Boolean& disableUpload)--- End of inner exception stack trace ---at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)--- End of inner exception stack trace ---at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)at Microsoft.IdentityModel.Clients.ActiveDirectory.Internal.Http.HttpClientWrapper.d__31.MoveNext()--- End of stack trace from

Comments

User5800

Which Version of GCM are you using ?From a command prompt, run git credential-manager version and paste the output.1.20.0Which service are you trying to connect to Azure DevOps Azure DevOps Server (TFS/on-prem) GitHub GitHub Enterprise Bitbucket Other? - please describe;If AzureDevops Hosted describe your url dev.azure.com/org org.visualstudio.comIf you're using Azure DevOps, can you access the repository in the browser via the same URL? Yes No, I get a permission error. No, for a different reason:If you're using Azure DevOps, and the account picker shows more than one identity as you authenticate, check that you selected the same one that has access on the web. I only see one identity. I checked each and none worked.Expected behaviorI expect to be able to clone my repository using git clone [repo-url]Actual behaviorI see Azure Active Directory dialog box, pick my user and type in my password, then back in Git Bash command line I receive this error: fatal: Authentication failed for '[repo-url]'I should note that the URL I'm cloning was copied from Azure DevOps and as a result it has a format like But the URL in the failure message doesn't have the "[org-name]@" part before dev.azure.com.Set the env variables GCM_TRACE=1 and GIT_TRACE=1 and run your git command. Redact any private information and attach the logGIT_Trace=1 GCM_TRACE=1 git clone exec-cmd.c:237 trace: resolved executable dir: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/Git/mingw64/bin15:58:20.432601 git.c:439 trace: built-in: git clone ' into '[project-name]'...15:58:20.468546 run-command.c:662 trace: run_command: git remote-https origin ' exec-cmd.c:237 trace: resolved executable dir: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/Git/mingw64/libexec/git-core15:58:20.556270 git.c:703 trace: exec: git-remote-https origin ' run-command.c:662 trace: run_command: git-remote-https origin ' exec-cmd.c:237 trace: resolved executable dir: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/Git/mingw64/libexec/git-core15:58:22.126447 run-command.c:662 trace: run_command: 'git credential-manager get'15:58:22.472522 exec-cmd.c:237 trace: resolved executable dir: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/Git/mingw64/libexec/git-core15:58:22.473519 git.c:703 trace: exec: git-credential-manager get15:58:22.473519 run-command.c:662 trace: run_command: git-credential-manager get15:58:22.607203 ...\Common.cs:744 trace: [Main] git-credential-manager (v1.20.0) 'get'15:58:22.668995 ...\Git\Where.cs:348 trace: [FindGitInstallations] found 1 Git installation(s).15:58:22.675019 ...Configuration.cs:222 trace: [LoadGitConfiguration] git All config read, 13 entries.15:58:22.724888 ...\Common.cs:85 trace: [CreateAuthentication] detecting authority type for ' ...uthentication.cs:223 trace: [DetectAuthority] detected ' as Azure DevOps from GET response.15:58:23.149713 ...uthentication.cs:291 trace: [DetectAuthority] tenant resource for ' is {[tenant-resource-no]}.15:58:23.150711 ...uthentication.cs:359 trace: [GetAuthentication] AAD authority for tenant '[tenant-resource-no]' detected.15:58:23.186636 ...\Common.cs:140 trace: [CreateAuthentication] authority for ' is Azure Directory.15:58:23.186636 ...\Common.cs:765 trace: [QueryCredentials] querying 'AzureDirectory' for credentials.15:58:23.192647 ...uthentication.cs:384 trace: [GetCredentials] credentials for ' found.15:58:23.478327 ...\Authority.cs:457 trace: [ValidateSecret] credential validation for ' failed.15:58:24.474663 ...\Authority.cs:247 trace: [NoninteractiveAcquireToken] token acquisition for authority

2025-04-14
User9213

Which version of GCM Core are you using?Git Credential Manager version 2.0.318-beta+44acfafa98 (Windows, .NET Framework 4.0.30319.42000)Which Git host provider are you trying to connect to? Azure DevOps Azure DevOps Server (TFS/on-prem) GitHub GitHub Enterprise Bitbucket Other - please describeCan you access the remote repository directly in the browser using the remote URL?From a terminal, run git remote -v to see your remote URL. Yes No, I get a permission error No, for a different reason - please describe[Azure DevOps only] What format is your remote URL? Not applicable DevOps only] If the account picker shows more than one identity as you authenticate, check that you selected the same one that has access on the web. Not applicable I only see one identity I checked each identity and none workedExpected behaviorI am authenticated once and then Git Credential Manager stores my access token for reuseNote: git in WSL configured to use Windows GCM:git config --global credential.helper "/mnt/c/Users/mattf/AppData/Local/Programs/Git\ Credential\ Manager\ Core/git-credential-manager-core.exe"Actual behaviorI get a popup every time I perform a git operation on the remote.Logs21:39:48.174019 git.c:439 trace: built-in: git pull21:39:48.174145 run-command.c:663 trace: run_command: git fetch --update-head-ok21:39:48.174652 git.c:439 trace: built-in: git fetch --update-head-ok21:39:48.174862 run-command.c:663 trace: run_command: GIT_DIR=.git git-remote-https origin run-command.c:663 trace: run_command: '/mnt/c/Users/mattf/AppData/Local/Programs/Git\ Credential\ Manager\ Core/git-credential-manager-core.exe get'21:39:55.226675 run-command.c:663 trace: run_command: '/mnt/c/Users/mattf/AppData/Local/Programs/Git\ Credential\ Manager\ Core/git-credential-manager-core.exe store'21:39:55.475691 run-command.c:663 trace: run_command: git rev-list --objects --stdin --not --all --quiet --alternate-refs21:39:55.476846 run-command.c:663 trace: run_command: git rev-list --objects --stdin --not --all --quiet --alternate-refs21:39:55.477343 git.c:439 trace: built-in: git rev-list --objects --stdin --not --all --quiet --alternate-refs21:39:55.479739 run-command.c:1616 run_processes_parallel: preparing to run up to 1 tasks21:39:55.479757 run-command.c:1648 run_processes_parallel: done21:39:55.479761 run-command.c:663 trace: run_command: git gc --auto21:39:55.480226 git.c:439 trace: built-in: git gc --auto21:39:55.480493 run-command.c:663 trace: run_command: git merge FETCH_HEAD21:39:55.480974 git.c:439 trace: built-in: git merge FETCH_HEADAlready up to date.

2025-03-29
User7258

Which Version of GCM are you using ?From a command prompt, run git credential-manager version and paste the output.12:04:47.644870 exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/bin12:04:47.647339 git.c:676 trace: exec: git-credential-manager version12:04:47.647339 run-command.c:643 trace: run_command: git-credential-manager version12:04:47.923578 ...\Common.cs:744 trace: [Main] git-credential-manager (v1.18.5) 'version'Git Credential Manager for Windows version 1.18.5Which service are you trying to connect to Azure DevOps Azure DevOps Server (TFS/on-prem) GitHub GitHub Enterprise Bitbucket Other? - please describe;If AzureDevops Hosted describe your url dev.azure.com/org org.visualstudio.comIf you're using Azure DevOps, can you access the repository in the browser via the same URL? Yes No, I get a permission error. No, for a different reason:If you're using Azure DevOps, and the account picker shows more than one identity as you authenticate, check that you selected the same one that has access on the web. I only see one identity. I checked each and none worked. I'm not seeing any Azure prompt window.EnvironmentSO: Clean Windows 10 LTSC (updated). Was formatted 2 days ago and it's not a AD joined PC.GIT version: 2.21.0.windows.1GCM version: 1.18.5GitConfig file untouched.Expected behaviorAfter run a git clone, an Azure prompt should appear to enter my credentials or, from VS Code, I should be able to clone my repo using the "new" way.Actual behaviorIt throws the typical error and nothing happens... no Azure windows asking to enter my creds. I'm not having the opportunity to enter any credential before the error appears and there's no any git credential already set in my Windows Credential repository. No problems accessing via

2025-04-17
User1141

Which Version of GCM are you using ?1.18.x .. 1.20.0Which service are you trying to connect toEvery.Expected behaviorit doesn't hang. :)Actual behaviorgit-credential-manager.exe hangs immediately, no matter it started from git or directly via command line;config parameter modalprompt was not set, setting of modalprompt 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 logSometimes it hangs with get sometimes with store, like here: git push ... 23:25:14.228671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/bin 23:25:14.329671 git.c:439 trace: built-in: git push --progress gh-origin test/travis-cmdMZ-timing 23:25:14.381671 run-command.c:663 trace: run_command: git remote-https gh-origin 23:25:14.423671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/libexec/git-core 23:25:14.428671 git.c:702 trace: exec: git-remote-https gh-origin 23:25:14.428671 run-command.c:663 trace: run_command: git-remote-https gh-origin 23:25:14.473671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/libexec/git-core 23:25:15.053671 run-command.c:663 trace: run_command: 'git credential-manager get' 23:25:15.226671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/libexec/git-core 23:25:15.230671 git.c:702 trace: exec: git-credential-manager get 23:25:15.230671 run-command.c:663 trace: run_command: git-credential-manager get 23:25:15.371671 ...\Common.cs:744 trace: [Main] git-credential-manager (v1.20.0) 'get' 23:25:15.441671 ...\Git\Where.cs:348 trace: [FindGitInstallations] found 1 Git installation(s). 23:25:15.448671 ...Configuration.cs:222 trace: [LoadGitConfiguration] git All config read, 33 entries. 23:25:15.451671 ...\Common.cs:579 trace: [LoadOperationArguments] http.proxy = ' 23:25:15.452671 ...tionArguments.cs:605 trace: [SetProxy] successfully set proxy to ' 23:25:15.512671 ...\Common.cs:85 trace: [CreateAuthentication] detecting authority type for ' 23:25:15.531671 ...uthentication.cs:151 trace: [GetAuthentication] created GitHub authentication for ' 23:25:15.531671 ...\Common.cs:176 trace: [CreateAuthentication] authority for ' is GitHub. 23:25:15.532671 ...\Common.cs:765 trace: [QueryCredentials] querying 'GitHub' for credentials. 23:25:15.546671 ...uthentication.cs:175 trace: [GetCredentials] credentials for ' found. 23:25:16.653671 ...\Authority.cs:200 trace: [ValidateCredentials] credential validation for ' succeeded. 23:25:16.655671 ...\Common.cs:873 trace: [QueryCredentials] credentials for ' found. 23:25:16.656671 ...\Common.cs:709 trace: [LogEvent] GitHub credentials for ' successfully retrieved. 23:25:17.653671 run-command.c:663 trace: run_command: 'git credential-manager store' 23:25:17.763671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/libexec/git-core 23:25:17.766671 git.c:702 trace: exec: git-credential-manager store 23:25:17.766671 run-command.c:663 trace: run_command: git-credential-manager store- **** process git-credential-manager hangs ****- **** process git-credential-manager killed, and then it logging further **** 23:26:39.343671 run-command.c:663 trace: run_command: 'git credential-wincred store' 23:26:39.455671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/libexec/git-core 23:26:39.566671 git.c:702 trace: exec: git-credential-wincred store 23:26:39.566671 run-command.c:663 trace: run_command: git-credential-wincred store ..."> > git push ... 23:25:14.228671 exec-cmd.c:237 trace: resolved executable dir: C:/Dev/Git/mingw64/bin 23:25:14.329671 git.c:439 trace:

2025-04-09
User4597

Browser.It seems that I'm passing credentials (401) but I've not been able to do configure it before so I don't understand anything :(I've tried to uninstall and clean all git and gcm files and configs... same behavior. If I change the creds system from GCM to Wincred and Basic, I can work without any problems.Here is the log:git clone exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/bin12:04:56.346596 git.c:419 trace: built-in: git clone into 'Scripts'...12:04:56.395663 run-command.c:643 trace: run_command: git remote-https origin exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core12:04:56.416953 git.c:676 trace: exec: git-remote-https origin run-command.c:643 trace: run_command: git-remote-https origin exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core12:04:56.859143 run-command.c:643 trace: run_command: 'git credential-manager get'12:04:56.914935 exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core12:04:56.916422 git.c:676 trace: exec: git-credential-manager get12:04:56.916422 run-command.c:643 trace: run_command: git-credential-manager get12:04:57.010165 ...\Common.cs:744 trace: [Main] git-credential-manager (v1.18.5) 'get'12:04:57.098453 ...\Git\Where.cs:348 trace: [FindGitInstallations] found 1 Git installation(s).12:04:57.105399 ...Configuration.cs:222 trace: [LoadGitConfiguration] git All config read, 16 entries.12:04:57.183767 ...\Common.cs:85 trace: [CreateAuthentication] detecting authority type for ' ...uthentication.cs:199 trace: [DetectAuthority] ' is Azure DevOps, tenant resource is {xxxxxxxxxxxxxxxxxxxxxxx}.12:04:57.213527 ...uthentication.cs:359 trace: [GetAuthentication] AAD authority for tenant 'xxxxxxxxxxxxxxxxxxxxxxx' detected.12:04:57.299334 ...\Common.cs:140 trace: [CreateAuthentication] authority for ' is Azure Directory.12:04:57.299829 ...\Common.cs:765 trace: [QueryCredentials] querying 'AzureDirectory' for credentials.12:05:05.108600 ...\Program.cs:601 trace: [Run] ! error: 'An error occurred while sending the request.'.12:05:05.109603 ...\Program.cs:601 trace: [Run] > 'The remote server returned an error: (401) Unauthorized.'.12:05:05.110085 ...\Program.cs:601 trace: [Run] > 'The system cannot contact a domain controller to service the authentication request. Please try again later'.12:05:05.113557 ...\Common.cs:709 trace: [LogEvent] System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The

2025-03-26

Add Comment