Git遇到的坑

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

Git遇到的坑

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

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

                 ③:然后再输入:git push

                 ④:输入账号密码就行了

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

Git遇到的坑

Git遇到的坑