-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot stage binary file on Windows #43
Comments
Windows is not currently supported. I don't know what's going on in your error message, but I cannot test on Windows and I need to have confidence that encoding is done correctly before I can merge a pull request. |
Okay, thank you very much. It would be nice to read "Windows not supported" on the start page of your project, would have saved me half a day ;-) |
Thank you anyways for you fast replies! |
drauch, your error is because git doesn't know what is fat filter. You need something like this: This add config options which you can check using: Are you sure you have git-fat in system PATH? |
@omikronsc: The configuration is already set with git fat init, and yes, git-fat is in the system PATH. |
@drauch: This doesn't make sense. Did you add git-fat to PATH globally? There are subprocesses called without altering global PATH. Can you invoke 'git-fat' (WITH '-')? |
Could this be related to |
Well I made git-fat working on Windows. See my branch https://github.com/omikronsc/git-fat . I branched out from https://github.com/PersonifyInc/git-fat. They ported git-fat to Python 3. But they focused on Amazon storage and forget some functions for rsync, which I added in my branch. Then I setup environment for git-fat to work. I used git Windows installer to have bash-like command line and added rsync from another MinGW installation. Files are located in /msys/1.0/bin but you have to install rsync manually, it's not default package. To sum up. You need git msys installer, another MinGW with rsync and my branch of git-fat. |
Just FYI: the cyaninc/git-fat repo added support for Windows. All dll/exe dependencies are shipped (awk, rsync, ssh), so it works out of the box. Currently you can install it only from sources (by running the win32/setup_wheel.bat script), as the wheel package has not yet been uploaded to PyPI. |
After solving my Python version problem, git fat push / git fat pull executes smoothly. However, when trying to stage my first binary file, I get the following error:
Looks like something is still misconfigured? I executed git fat init, configured .gitfat and .gitattributes correctly. What else could I have done wrong?
Is git-fat at the moment Windows ready?
The text was updated successfully, but these errors were encountered: