Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Then, assuming the repository requires authentication, configure credentials for
```bash
poetry config http-basic.foo <username> <password>
```
{{% warning %}}
If you have completed configuring credentials and are receiving authorization failures, check for the presence of `~/.netrc`, which has been known to conflict with Poetry's configured authentication.
{{% /warning %}}

{{% warning %}}
Depending on your system configuration, credentials might be saved in your command line history.
Expand Down