Skip to content

Instantly share code, notes, and snippets.

@hisplan
Created February 21, 2018 09:02
Show Gist options
  • Save hisplan/ee54e48f17b92c6609ac16f83073dde6 to your computer and use it in GitHub Desktop.
Save hisplan/ee54e48f17b92c6609ac16f83073dde6 to your computer and use it in GitHub Desktop.
Add rsync to git bash for windows
@skeetwu
Copy link

skeetwu commented Oct 25, 2024

thx, this save me.
but need to udpate links, some links return 404 now.

https://repo.msys2.org/msys/x86_64/rsync-3.3.0-1-x86_64.pkg.tar.zst
https://repo.msys2.org/msys/x86_64/libxxhash-0.8.2-1-x86_64.pkg.tar.zst
https://repo.msys2.org/msys/x86_64/liblz4-1.10.0-1-x86_64.pkg.tar.zst
https://repo.msys2.org/msys/x86_64/libzstd-1.5.6-1-x86_64.pkg.tar.zst

if report following error:
error while loading shared libraries: msys-crypto-3.dll: cannot open shared object file: No such file or directory
download this file.
https://repo.msys2.org/msys/x86_64/libopenssl-3.3.2-1-x86_64.pkg.tar.zst

BTW, all these .zst file can be extracted by 7-zip directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment