第一步:进入项目目录,在 git 终端执行以下命令:
git config --global credential.helper store
第二步:重新执行一次git pull,这次它还是提示你输入账号和密码:
git pull
Username for 'https://gitee.com': ******@qq.com
Password for 'https://*******@qq.com@gitee.com':
第一步:进入项目目录,在 git 终端执行以下命令:
git config --global credential.helper store
第二步:重新执行一次git pull,这次它还是提示你输入账号和密码:
git pull
Username for 'https://gitee.com': ******@qq.com
Password for 'https://*******@qq.com@gitee.com':