1. 输入以下命令行
git config --global credential.helper store
2. 再输入一次正确的用户名和密码,就可以了
git pull
【Git】解决git每次拉取/提交代码时都需要输入用户名和密码的方法
阅读 38
2022-02-28
1. 输入以下命令行
git config --global credential.helper store
2. 再输入一次正确的用户名和密码,就可以了
git pull
相关推荐
精彩评论(0)