避免重复踩坑

2024.11.24
vscode无法登录服务器

解决方法:清空缓存+降级vscode和remote-ssh
参考:https://blog.csdn.net/pfl_327/article/details/133323344
https://zhuanlan.zhihu.com/p/671718415

2024.11.25
vscode中git bash无法使用conda
bash: conda: command not found
解决方法:在anaconda3/etc/profile.d目录下打开git bash,将conda.sh路径输入到~/.bashrc中

echo ". '${PWD}'/conda.sh" >> ~/.bashrc

参考:
https://zhuanlan.zhihu.com/p/663991891

posted @ 2024-11-25 00:30  Cisco_coco  阅读(4)  评论(0编辑  收藏  举报