tweak verbiage (#1977)

This commit is contained in:
eric sciple
2022-06-28 20:03:53 -05:00
committed by GitHub
parent 7e74f8c9d5
commit 407a347f83

View File

@@ -20,11 +20,15 @@ The test also set environment variable `GIT_TRACE=1` and `GIT_CURL_VERBOSE=1` be
## How to fix the issue?
### 1. fatal: unable to access 'https://github.com/actions/checkout/': The requested URL returned error: 400
### 1. Check global and system git config
Check your global/system git config for any unexpected auth headers
If you are having issues connecting to the server, check your global and system git config for any unexpected authentication headers. You might be seeing an error like:
For example:
```
fatal: unable to access 'https://github.com/actions/checkout/': The requested URL returned error: 400
```
The following commands can be used to check for unexpected authentication headers:
```
$ git config --global --list | grep extraheader