Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Lando 为我的项目生成开发环境。lando ssh我只是想知道是否应该从容器内(通过)或仅从我的开发机器运行 Git 是否有最佳实践?
lando ssh
那要看。除非您将外部卷安装到容器中,否则可能最好在容器内。但是你必须确保你的容器安装了 Git 工具。