摘要:
有时候git明明已经配置了用户名和密码,但在项目中,有时候pull和push的时候却每次都要提示输入用户名和密码,很浪费时间。 解决办法 在git bash中输入: git config --global credential.helper store 执行完上面的git命令后,在命令行正常执行pu 阅读全文
摘要:
git remote add 添加一个远程地址 但提交出现以下报错 failed to push some refs to 'https://gitee.com/xxxxx/xxx-admin.git' hint: Updates were rejected because a pushed bra 阅读全文