$ git push -u origin "master"
-
每次都手动输入:
Username for 'https://gitee.com':码云绑定的邮箱(注意不是用户名!!!)
Password for 'https://gitee.com':码云登录密码 -
配置自动记住用户名和密码 这个配置完关闭git 重新打开测试下是否成功
git config --global credential.helper store
查看是否生效
Windows路径C:\Users(用户名)\EDZ(这里每个人的名称不一样)下面的.gitconfig
![](https://img.haomeiwen.com/i18773007/242678071ae2a7b2.png)
- 打开
控制面板
下的凭证管理
-》Windos凭证
查看git:https://gitee.com
用户名(码云绑定的邮箱)、密码(码云登录密码)是否正确
![](https://img.haomeiwen.com/i18773007/e91d3a7900a759c3.png)
网友评论