1、创建文件
在~/下, touch创建文件 .git-credentials,
touch .git-credentials
2、用vim编辑此文件
vim .git-credentials
3、编辑文件内容
https://{username}:{password}@{git链接地址}
例如:http://zhangheng:style123@gitee.com
4、在终端下执行命令
git config --global credential.helper store
在~/下, touch创建文件 .git-credentials,
touch .git-credentials
vim .git-credentials
https://{username}:{password}@{git链接地址}
例如:http://zhangheng:style123@gitee.com
git config --global credential.helper store