Hi,
I’m trying to commit and push my work onto github. However, I can’t.
Seems like it’s saying some of the files i’m trying to push are too large.
But that’s why I specified the .csv and .pt files in .gitignore.
I am not sure why .gitignore is not working as it should.
Any help will be very much appreciated.
Bye.
Advertisement
Answer
You need to first commit and push your .gitignore file before it is considered by Git.