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.
我正在通过vagrant开发环境在远程代码库上工作,我使用sshfs在我的本地主机上安装远程点,如下所示:
sshfs hostname:vagrant_remotemountpoint mountpoint
要先将文件复制到 vagrant,vagrant_remotemountpoint我打开mountpointvia nautilus,然后将文件粘贴到其中。现在我喜欢使用 shell 命令来完成这个过程。
vagrant_remotemountpoint
mountpoint
有人做过这样的努力吗?谢谢。
你试过cp somefile mountpoint壳吗?使用 sshfs,mountpoint应该看起来像系统上的普通目录。
cp somefile mountpoint