Open Alexarea02 opened 5 years ago
Is there anybody that had this problem before? I am still fighting with this error.
I am also experiencing this error on Windows with Python 2.7.5, have been attempting to troubleshoot but no success yet.
Did end up finding a work-around for using git-fat, though it is obtuse.
.bashrc
: export PATH="<path to directory with git-fat script>:$PATH"
.source ~/.bashrc
.The cause of the underlying issue is a lack of rsync
on Windows. I attempted a few sets of instructions of adding rsync
to the MSYS installation provided by Git for Windows, but was unable to find a working solution. Going through Cygwin did work relatively out of the box.
Any idea why this might be ?