Gitbash(MINGW64) - bash: rsync: 명령을 찾을 수 없음

Gitbash(MINGW64) - bash: rsync: 명령을 찾을 수 없음

로컬 컴퓨터에서 원격 컴퓨터로 파일을 복사하고 싶습니다. gitbash(MINGW64)를 사용하여 다음 명령을 실행했지만 오류가 발생합니다.bash: rsync: command not found

rsync -avz  c/local/directory/image.png [email protected]:/remote/directory/

gitbash 설치를 다시 동기화하는 방법은 무엇입니까?

나는 다음 게시물을 읽었습니다 (왜 rsync를 찾을 수 없나요?) 빠른 수정으로 재동기화 경로를 추가한다고 언급되어 있지만 Windows에서 재동기화 경로는 무엇입니까?

rsync --rsync-path=/home/elbarna/bin/rsync -avz  c/local/directory/image.png [email protected]:/remote/directory/

답변1

최신 rsync 파일을 직접 다운로드하여 문제를 해결했습니다.http://repo.msys2.org/msys/x86_64/그것을 추출하십시오. 그런 다음 rsync를 복사하여 Git이 설치된 폴더 ./usr/bin/rsync.exe에 붙여넣습니다 . /usr/bin내 컴퓨터에서는C:/Program Files/Git/usr/bin/

관련 정보