-
Notifications
You must be signed in to change notification settings - Fork 3
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
Install 64-bit gin-cli on 64-bit systems #151
Comments
Hi, has there been any progress about 64-bit WinGIN? |
hello, currently WinGIN is 32-bit and it is using 32-bit gin. I am not sure if there are any benefits of migrating to 64-bit... |
Hi, there seems to be a file-size limit on the 32 bit systems (2GB). This often hinders me (using the 32-bit gin CLI) when trying to upload large files. Using the 64-bit gin CLI, I don't have that issue. So I presume:
|
I experimented a bit with this just now and I think this this can be solved with a few packaging changes. It's possible we don't even need to compile WinGIN for 64-bit for this to work, though it might be a good idea to do it at some point anyway. @gwappa Can you try the following and let me know if it works for you (as a temporary workaround):
Then test some uploads and downloads of large files (if it's not too much trouble). To clarify the situation (and the solution), WinGIN uses the GIN CLI internally and the CLI in turn runs git and git-annex commands. Git and git-annex take care of all the file operations, so as long as those binaries are 64-bit, this should work and those binaries are installed in the It's possible there might be some operations or status checking that might require |
Sure, I think I can try in a week. |
Thanks @JiriVanek ! |
Hi, I finally tested WinGIN on my Windows 10 computer. Results was not nice:
Do you guys have any suggestions on how to change the situation? |
We made a new release recently that automatically downloads the 64-bit gin-cli on 64-bit Windows. Can you test that without any modifications instead? (just get the latest Windows release from here: https://gin.g-node.org/G-Node/wingin-installers/). I don't know if it will make a difference, but I'd like to eliminate a few possibilities before digging deeper. |
Actually I downloaded from the ADDED The results were the same before and after substituting to the 64-bit version. |
Ah, thanks for getting back with the results. Let me look into it a bit more and get back to you then. |
@gwappa gin rm-remote origin |
Some more info for clarity: Using the commands posted by Jiri above is an easier way to reset the remote settings and more reliable. The I'm still checking all the combinations and trying to see what other failures can occur with WinGIN. One major change I'm preparing now is better error reporting from the GIN CLI that WinGIN can then display so that users don't just get cryptic error messages that mean nothing. |
@gwappa Hi, can you please test if the latest version works correctly with yours data? |
Do we default to the 32-bit gin-cli for Windows?
We should use the 64-bit version on Win64.
The text was updated successfully, but these errors were encountered: