git config --global credential.helper store
vim ~/.git-credentials
并添加内容(这里以github为例)
https://{username}:{password}@github.com
git记住配置用户名密码
最新推荐文章于 2023-08-04 11:35:28 发布
git config --global credential.helper store
vim ~/.git-credentials
并添加内容(这里以github为例)
https://{username}:{password}@github.com