Skip to content

Commit

Permalink
Merge pull request golang#1503 from duckbrain/patch-1
Browse files Browse the repository at this point in the history
FAQ: Correct `.username` to `.example`
  • Loading branch information
darkowlzz authored Jan 3, 2018
2 parents a7be96f + 7e88569 commit 7636d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ then you would want to use the following configuration:
$ git config --global credential.https://gitlab.example.com.example yourusername
```

In the example the hostname `gitlab.example.com.username` string seems incorrect, but
In the example the hostname `gitlab.example.com.example` string seems incorrect, but
it's actually the hostname plus the name of the repo you are accessing which is `username`.
The trailing 'yourusername' is the username you would use for the actual authentication.

Expand Down

0 comments on commit 7636d76

Please sign in to comment.