git pull 免密

linux下

在~/下, touch创建文件 .git-credentials, 用vim编辑此文件,输入内容格式:

touch .git-credentials

vim .git-credentials

https://{username}:{password}@github.com

2. 在终端下执行  git config --global credential.helper store

原文地址:https://www.cnblogs.com/huanhang/p/8990178.html