“Przechodnie w Git Linux” Kod odpowiedzi

Git Ubuntu Store Confighent

$ 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

Przechodnie w 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

Odpowiedzi podobne do “Przechodnie w Git Linux”

Pytania podobne do “Przechodnie w Git Linux”

Więcej pokrewnych odpowiedzi na “Przechodnie w Git Linux” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu