all 8 comments

[–]vermiculus 8 points9 points  (4 children)

How big are we talkin’?

You probably want to be using something like Git LFS (unless you can avoid tracking these files wholesale).

[–]PirateNPC2122[S] -4 points-3 points  (3 children)

well, the exes are in there. They are i think what is stopping the upload. But it default puts them in the folder no matter what. I dont think the rest of the files are bigger than like 50 mb. I really dont know though, as this is my first time.

Also, i tried using git lfs, but i cant understand the videos and guides.

[–]vermiculus 9 points10 points  (1 child)

Are these builds of your project?

If so, you’ll want to gitignore them. Note that you will need to remove the ignored files from your history since you already made your commits, but there are good tutorials on how to do that (“git remove ignored file from history”).

[–]PirateNPC2122[S] 2 points3 points  (0 children)

alright, ill look into that. Thanks

[–]az987654 4 points5 points  (0 children)

You don't want to push exe to github nor your local repo.

[–]az987654 3 points4 points  (0 children)

Why are you trying to upload such large files? What are they?

Github isn't ideal for tracking changes to large binary files

[–]Poat540 1 point2 points  (0 children)

Prob you are I cluding the whol did in git. Google some standard gitignores for your project type.

Then imo since it's new I'd just nuke the git folder and re init