“Stocker les informations d'identification Git Ubuntu” Réponses codées

Informations d'identification du magasin GIT

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

Stocker les informations d'identification 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

Ajouter des informations d'identification Git Linux

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

Réponses similaires à “Stocker les informations d'identification Git Ubuntu”

Questions similaires à “Stocker les informations d'identification Git Ubuntu”

Plus de réponses similaires à “Stocker les informations d'identification Git Ubuntu” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code