Merge pull request #1889 from tuxlife/patch-1

Add the git+ssh rewrite config settings
This commit is contained in:
sam boyer 2018-07-11 01:17:27 -04:00 коммит произвёл GitHub
Родитель c73cf30f66 6ed6f49147
Коммит 63b24acfd0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 0 удалений

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

@ -203,6 +203,16 @@ machine github.com
Once you have set that up, dep will automatically use that Token to authenticate to the repositories.
## How do I get dep to authenticate via SSH to a git repo?
You can rewrite the repo url and use the git+ssh shema with follow example:
```
git config --global url."git@github.yourEnterprise.com:".insteadOf "https://github.yourEnterprise.com/"
```
## Behavior
### How does `dep` decide what version of a dependency to use?