1.进入到一个仓库
2.执行 git config credential.helper store
3. 进入.git 修改 config
4. url修改为 https://username:password@gitee.com/ ......
Linux git fetch / pull 设置无需输入密码
最新推荐文章于 2025-04-21 10:23:06 发布
1.进入到一个仓库
2.执行 git config credential.helper store
3. 进入.git 修改 config
4. url修改为 https://username:password@gitee.com/ ......