1. 编辑git-credentials文件
vi ~/.git-credentials
  1. 文件中添加
https://username:passeord@项目地址

如果账号密码中有@符号,用40%代替

git config --global credential.helper store
vi .gitconfig

出现helper = store
https://blog.csdn.net/weixin_34043301/article/details/88772824

Logo

更多推荐