在windows中怎么给git bash添加rsync命令?
默认是没有的:
$ rsync
bash: rsync: command not found
怎么安装呢?
在windows中怎么给git bash添加rsync命令?
默认是没有的:
$ rsync
bash: rsync: command not found
怎么安装呢?
2 回答1.2k 阅读✓ 已解决
3 回答1.8k 阅读
2 回答1.2k 阅读
1 回答1.1k 阅读
2 回答958 阅读
772 阅读
1 回答482 阅读
git bash使用的是
mingw32
这个posix模拟环境,我个人也没找到特别好的包管理器,针对mingw32的软件包也少的可怜,远不如cygwin
那么方便。不过你可以考虑下用MSYS
这个包管理器,安装msys-rsync这个版本。see: https://github.com/AlanBarber...
或者干脆考虑迁移到
cygwin
下