8

Save Username and Password in Git Credentials Storage

 3 years ago
source link: https://nixmash.com/git/save-username-and-password-in-git-credentials-storage/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Save Username and Password in Git Credentials Storage

Git – Config Username & Password – Store Credentials

If you get tired of entering your password when pushing to your Git Remote Repository, this ShellHacks 2019 post is all you need to know on saving Username and Password in Git Credentials Storage.

For a single repo:

Run the following command to enable credentials storage in your Git repository:

$ git config credential.helper store

To enable credentials storage globally, run:

$ git config --global credential.helper store

When credentials storage is enabled, the first time you pull or push from the remote Git repository, you will be asked for a username and password, and they will be saved in ~/.git-credentials file.

If you have multiple repositories the post describes using the useHttpPath option as well.

CategoriesGitTagsGit, Links


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK