Push stuck in queue for Github upload

Hi,

Need a little help here! I use phpStorm to Commit and Push my changes to Github. I changed some DB files to once that were 75MB with is over the 50MB limit so now overtime I Push to Github it tries to compress and upload those files and give me errors. 

remote: warning: File etc/docker/db/w2s-bookit2.sql.zip.partae is 71.53 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB

The other files seem to get Pushed fine. 

I have added the directory with these files in .gitignore but that have not changed the previous Commit.

How do I get rid of this Commit that seems queued up and will not go away.

Thom

 

0
1 comment

Please use git rm from command line console

0

Please sign in to leave a comment.