vscode 同步一直转圈怎么办?

500 阅读1分钟

尝试了几个办法之后还是这个有用清除本地缓存后重新推送

1.git rm -r --cached .

2.git add .

3.git commit -m ''

4.git push