gpt4 book ai didi

windows - Gitbash 中的 rsync (cwrsync) - 源和目标不能都是远程的。 [Windows 7的]

转载 作者:可可西里 更新时间:2023-11-01 12:43:23 25 4
gpt4 key购买 nike

我正在尝试在 Windows 7 中使用 Git Bash 将本地路径同步到另一个驱动器。我下载了 cwRsync 并将文件复制到我的 Git bash bin 目录。我可以运行 rsync 但以下命令给我带来了问题

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/crsync 使用相对路径。

所以这是可行的:

cd /c
touch temp/test.txt
rsync temp/test.txt temp/test2.txt

虽然这不是,即使您 cd/c:

$ rsync /c/temp/test.txt /c/temp/test2.txt
The source and destination cannot both be remote.

使用 git 2.9.0.windows.1 附带的 Git Bash 进行测试。

关于windows - Gitbash 中的 rsync (cwrsync) - 源和目标不能都是远程的。 [Windows 7的],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29941966/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com