Commit e9f14196 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'sselhorn-master-patch-38235' into 'master'

Docs: Changed Go Proxy example to plaintext

See merge request gitlab-org/gitlab!47855
parents 814445b6 1fd69d49
...@@ -96,9 +96,10 @@ following steps work only if GitLab is configured for HTTPS: ...@@ -96,9 +96,10 @@ following steps work only if GitLab is configured for HTTPS:
Create a [personal access token](../../profile/personal_access_tokens.md) with Create a [personal access token](../../profile/personal_access_tokens.md) with
the scope set to `api` or `read_api`. the scope set to `api` or `read_api`.
Add it to [`~/.netrc`](https://ec.haxx.se/usingcurl/usingcurl-netrc): Open your [`~/.netrc`](https://ec.haxx.se/usingcurl/usingcurl-netrc) file
and add the following text. Replace the variables in `< >` with your values.
```shell ```plaintext
machine <url> login <username> password <token> machine <url> login <username> password <token>
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment