Skip to content

Commit 85e563f

Browse files
committed
fixup! Add Microsoft DevAzure Server notes
1 parent e3232fa commit 85e563f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/end-user-guide/pages/using-a-git-provider-access-token.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ To generate the key-value pair, use the following command:
130130
echo -n "extraheader = \"Authorization: Basic "$(printf ":%s" <personal access token> | base64)\"
131131
```
132132
see link:https://learn.microsoft.com/en-us/azure/devops/repos/git/auth-overview?view=azure-devops&tabs=Linux#personal-access-tokens[the documentation page] for more information.
133+
134+
This header is needed for remote git operations to Azure Devops Server, e.g. `git clone`. This authorization method has higher priority over the git credentials store, so git will fail on remote operations to other git providers. To be able to use other providers you need to remove the `extraheader` from the gitconfig.
133135
====
134136

135137
.Verification

0 commit comments

Comments
 (0)