enter image description here
enter image description here
I was working at my branch… but when I tried to commit my changes to my branch, github desktop warned that 2 firebase files cannot commit because they are too big. and they recommend to try git lfs.
so I tried git lfs.
git lfs is well installed & it is tracking right file(i checked twice by checking content of gitattribute file.), also gitattributes file was made well in my file. also i cannot see any error message… you can check this things in the photo.
but when i run “git lfs ls-files –all” command, it didn’t show anything…
and still i can’t commit my changes. same warning message(apply git lfs to firebase file) keep showing.
how i can solve this problem?
I tried moving the file from its original location into a .git file.
i don’t know why, but 1 file disappear from the warning message.enter image description here
enter image description here
정유라 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.