github/gitlab pull/push 解决总是输入密码

打开终端
执行 vim ~/.git-credentials
执行i进入编辑状态
输入 https://{username}:{password}@github.com
或者 https://{username}:{password}@gitlab.com
Esc -> :wq保存并退出
然后执行:git config --global credential.helper store

你可能感兴趣的:(github/gitlab pull/push 解决总是输入密码)