Git遇到的坑

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


解決方法:①:確保賬戶密碼正確

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

                 ③:然後再輸入:git push

                 ④:輸入賬號密碼就行了

                 ⑤:pycharm裏push下:輸入賬號密碼



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