------------(操作)
1、cd ~
2、touch .git-credentials
3、vim .git-credentials
4、https://{username}:{password}@github.com
-------------(执行)
终端输入
git config --global credential.helper store
------------(验证)
打开~/.gitconfig文件,会发现多了一项:
[credential]
helper = store