Git erinnern sich an die Anmeldeinformationen
git config --global credential.helper store
Awful Albatross
git config --global credential.helper store
# Set the cache to timeout after 1 hour (setting is in seconds)
git config --global credential.helper 'cache --timeout=3600'