在~/下, touch创建文件 .git-credentials, 用vim编辑此文件,输入内容格式:
cd ~
touch .git-credentials
vim .git-credentials
### append new line:
### https://{username}:{password}@github.com
git config --global credential.helper store
cat ~/.gitconfig
### shud show:
### [credential]
### helper = store