By default, the coder agent will configure native `git` authentication via the `GIT_ASKPASS` environment variable. Meaning, with no additional configuration, external authentication will work with native `git` commands. To check the auth token being used **from inside a running workspace**, run: ```shell # If the exit code is non-zero, then the user is not authenticated with the # external provider. coder external-auth access-tokenThis is the preferred authentication method.