“przechowuj poświadczenia git ubuntu” Kod odpowiedzi

Git Store poświadczenia

// local
git config credential.helper store
// global
git config --global credential.helper store
GutoTrosla

przechowuj poświadczenia git ubuntu

$ 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

Dodaj poświadczenia Git Linux

# This cache timeout is in seconds
$ git config --global credential.helper 'cache --timeout=3600' 
Shy Shrike

Odpowiedzi podobne do “przechowuj poświadczenia git ubuntu”

Pytania podobne do “przechowuj poświadczenia git ubuntu”

Więcej pokrewnych odpowiedzi na “przechowuj poświadczenia git ubuntu” w Shell/Bash

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

Przeglądaj inne języki kodu