Skip to content
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

bigstore filter not found in .gitattributes #39

Open
michaelweinstein opened this issue Nov 9, 2017 · 1 comment
Open

bigstore filter not found in .gitattributes #39

michaelweinstein opened this issue Nov 9, 2017 · 1 comment

Comments

@michaelweinstein
Copy link

When I try to git bigstore push or git bigstore pull, I get the following error: No bigstore gitattributes filters found. Is .gitattributes set up correctly?

In the code it looks like this message is printed when the regex can't find any bigstore filter, but I'm not sure why it's having trouble. I've tried a few different permutations of .gitattributes, but currently it looks like: *.stl filter=bigstore, as outlined in the README. Is there anything I'm missing here to be able to use bigstore push/pull?

@dlo dlo added the help wanted label Feb 1, 2018
@dlo dlo added this to the Next Release milestone Mar 3, 2018
@mrpropellers
Copy link

I encountered this issue when my gitattributes file had windows-style line endings but I was executing my 'git bigstore pull' from a linux terminal. I fixed it by changing 'line' to 'line.rstrip()' here: https://github.com/lionheart/git-bigstore/blob/master/bigstore/bigstore.py#L180

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

No branches or pull requests

3 participants