Home Git store credentials permanently
Post
Cancel

Git store credentials permanently

When being prompted to enter your git username and password repeatedly, store the information permanently.

1
git config credential.helper store

Once the credential.helper is activated, you’ll be asked once again to input the two credentials and will be stored permanently.

This post is licensed under CC BY 4.0 by the author.

[Leetcode] 1. Two Sum Array

Git edit author information for previous commits