-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error when pulling, after push worked fine #94
Comments
Thought this version information might be relevant:
|
I just realised this is exactly what #92 is supposed to solve. |
Thanks, I'm trying it out now. It did work before you merged by editing that file and adding the fix manually. FYI: |
Hi,
I'm trying to get Git LFS working using local storage on a Raspberry Pi. Just Git was so easy - just set up SSH - but LFS is proving annoyingly hard. Seems like Giftless is just what I need!
I installed giftless from Pypi using these instructions, and I'm running it with the uwsgi command listed there, not with the flask development server from the Getting Started guide. I'm also using
192.168.0.35:5000
instead of127.0.0.1:8080
, but I don't think that should make a difference. (should it?)I'm following the "Getting Started" guide and thought everything was going relatively smoothly, I was able to push two PNG files (instead of bin) and see similarly-sized files appear in storage. However, when I tried pulling from a different clone this happened:
This is repeated over and over as the client tries again and again to get the file.
For reference:
I don't think I did any step wrong when following the guide.
Sorry that this might be more of a support request than a bug/issue! I didn't know where else to ask (and for all I know it might actually be a bug).
The text was updated successfully, but these errors were encountered: