Git遇到的坑

1.failed: Authentication failed for 'https://gitee.com/gavinwang/freshfresh_pos.git/'(修改密码导致)


解决方法:①:确保账户密码正确

                 ②:git命令行输入:git config --system --unset credential.helper

                 ③:然后再输入:git push

                 ④:输入账号密码就行了

                 ⑤:pycharm里push下:输入账号密码



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章