“Speichern Sie Git -Anmeldeinformationen Ubuntu” Code-Antworten

Git Store -Anmeldeinformationen

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

Speichern Sie Git -Anmeldeinformationen 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

Fügen Sie Anmeldeinformationen Git Linux hinzu

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

Ähnliche Antworten wie “Speichern Sie Git -Anmeldeinformationen Ubuntu”

Fragen ähnlich wie “Speichern Sie Git -Anmeldeinformationen Ubuntu”

Weitere verwandte Antworten zu “Speichern Sie Git -Anmeldeinformationen Ubuntu” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen