Skip to content
Advertisement

Can’t commit and push to github repository

Screenshot

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.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement