rsync -av /c/00-dev/05-batch /f/RSYNC/
The source and destination cannot both be remote.
rsync error: Syntax or usage error (code 1) at main.c(1135) [receiver=3.0.6]
两条路径都是正确的,但不会同步.
解决方法 解决方法:使用相对路径cd到/ c和rsync.这样可行:
cd /ctouch temp/test.txtrsync temp/test.txt temp/test2.txt
虽然这不是,即使你cd到/ c:
$rsync /c/temp/test.txt /c/temp/test2.txtThe source and destination cannot both be remote.
使用git 2.9.0.windows.1附带的Git Bash进行测试.
总结以上是内存溢出为你收集整理的Gitbash中的rsync(cwrsync) – 源和目标不能都是远程的. [Windows 7的]全部内容,希望文章能够帮你解决Gitbash中的rsync(cwrsync) – 源和目标不能都是远程的. [Windows 7的]所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)