docs(guides/installation.md): make azure devops http basic authn username empty

reflect the documentation on azure devops about using personal access token for http authentication:
https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=preview-page#use-a-pat

Signed-off-by: maxgio92 <massimiliano.giovagnoli.1992@gmail.com>
pull/1028/head
maxgio92 4 years ago
parent 0078147587
commit 8482fb5982
No known key found for this signature in database
GPG Key ID: E54A2B3CB78A3874

@ -358,7 +358,7 @@ If you don't specify the SSH algorithm, then `flux` will generate an RSA 2048 bi
--git-implementation=libgit2 \ --git-implementation=libgit2 \
--url=https://dev.azure.com/<org>/<project>/_git/<repository> \ --url=https://dev.azure.com/<org>/<project>/_git/<repository> \
--branch=master \ --branch=master \
--username=git \ --username='' \
--password=token \ --password=token \
--interval=1m --interval=1m
``` ```

Loading…
Cancel
Save