“Магазин учетных данных в Git Linux” Ответ

Git Ubuntu Store

$ git config credential.helper store
$ git push http://example.com/repo.git
Username: <type your username>
Password: <type your password>

[several days later]
$ git push http://example.com/repo.git
[your credentials are used automatically]
Outstanding Otter

Магазин учетных данных в Git Linux

To store the token git credential so that you don't have to type token everytime, use this command before pushing.
git cofig credential.helper store
Bloody Bat

Ответы похожие на “Магазин учетных данных в Git Linux”

Вопросы похожие на “Магазин учетных данных в Git Linux”

Больше похожих ответов на “Магазин учетных данных в Git Linux” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования