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
Each time I pull, I see several png files being modified locally and I cannot revert the change. I believe it is due to the github large file system used.
Also, there are two .gitattributes file, one in local and one in website folder, I don't know if that is intentional, or the one in the website folder should be removed? @davorrunje
Steps to reproduce
The composio-autogen.png is not in lfs
(base) kevin@zens-MacBook-Pro autogen % git lfs ls-files | grep "composio-autogen.png"
(base) kevin@zens-MacBook-Pro autogen % git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: test/test_files/test_image.png
deleted: website/.gitattributes
modified: website/static/img/gallery/composio-autogen.png
Untracked files:
(use "git add <file>..." to include in what will be committed)
website/docs/topics/groupchat/
no changes added to commit (use "git add" and/or "git commit -a")
(base) kevin@zens-MacBook-Pro autogen % git restore website/static/img/gallery/composio-autogen.png
Encountered 1 file that should have been a pointer, but wasn't: website/static/img/gallery/composio-autogen.png
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Each time I pull, I see several png files being modified locally and I cannot revert the change. I believe it is due to the github large file system used.
Also, there are two .gitattributes file, one in local and one in
website
folder, I don't know if that is intentional, or the one in thewebsite
folder should be removed? @davorrunjeSteps to reproduce
The
composio-autogen.png
is not in lfsModel Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: