You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When I try to
git bigstore push
orgit 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?The text was updated successfully, but these errors were encountered: