This commit is contained in:
Takashi Oguma 2017-12-26 17:22:44 +09:00 коммит произвёл GitHub
Родитель d9ce240c02
Коммит 969c1e39d0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -169,7 +169,8 @@ and configure it inside the [`.netrc` file](https://www.gnu.org/software/inetuti
as the following example:
```
machine github.com
login [YOUR_GITHUB_TOKEN]
   login [YOUR_GITHUB_USERNAME]
password [YOUR_GITHUB_TOKEN]
```
Once you have set that up, dep will automatically use that Token to authenticate to the repositories.