Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

is ther any way to save passwords securely of github in linux git

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]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ther #save #passwords #securely #github #linux #git
ADD COMMENT
Topic
Name
7+4 =