本地仓库与github仓库冲突
前情提要:在家用Macbook或者自己的主机,到实验室用实验室电脑。有时会出现冲突
git fetch --all
git reset --hard origin/main
已经安装的包,编辑器标黄
vscode的锅,用了不同的解释器。
Codex给出的方法如下:
1.先在vscode和系统的命令行运行
python -c "import sys, pulp; print(sys.executable); print(pulp.__version__); print(pulp.__file__)"
观察是否一致
因为我的一致,直接进入下一步
2.vscode中按下Crtl+Shift+P,