输入命令
git config --global credential.helper store
之后再clone,输入一次之后就不需要再输入了
通过运行`git config --global credential.helper store`命令,你可以实现Git克隆仓库时只需输入一次凭证,后续操作将自动记住,简化了重复输入用户名和密码的过程,尤其适用于频繁交互的开发者。
输入命令
git config --global credential.helper store
之后再clone,输入一次之后就不需要再输入了

被折叠的 条评论
为什么被折叠?