Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
装载远程项目Windows 7-samba的替代方案_Windows_Git_Netbeans_Samba - Fatal编程技术网

装载远程项目Windows 7-samba的替代方案

装载远程项目Windows 7-samba的替代方案,windows,git,netbeans,samba,Windows,Git,Netbeans,Samba,我们在远程服务器上工作。项目在远程服务器上,我们将此项目发送到本地计算机,但所有脚本都在服务器上执行 过去我在Linux和sshfs的挂载项目上工作——所有这些都很好,但现在我必须在samba的Windows7挂载项目上工作,而且速度很慢 有没有其他方法可以获得远程项目 我使用Netbeans、windows7+GIT 另外,我知道这个程序可以在Windows上运行SSHFS,但这并不稳定-许多蓝屏。您是否考虑过使用Git或Mercurial等版本控制系统共享您的项目源代码?现在还不太清楚,当您

我们在远程服务器上工作。项目在远程服务器上,我们将此项目发送到本地计算机,但所有脚本都在服务器上执行

过去我在Linux和sshfs的挂载项目上工作——所有这些都很好,但现在我必须在samba的Windows7挂载项目上工作,而且速度很慢

有没有其他方法可以获得远程项目

我使用Netbeans、windows7+GIT


另外,我知道这个程序可以在Windows上运行SSHFS,但这并不稳定-许多蓝屏。

您是否考虑过使用Git或Mercurial等版本控制系统共享您的项目源代码?现在还不太清楚,当您的源代码在Git中时,为什么需要进行文件共享-只需创建一个本地存储库和您的性能问题解决了。