Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
838 views
in Technique[技术] by (71.8m points)

directory - How can i git add my folder in two or three parts

I have my folders/, it have ~100.000 files, and it weighs about 2 Gio.

When i want git add folders/, no problem but when i want git push, my git service disconnects at about 50%.

The files are unique, I can't re-generate them so I save them via Git which I think is great, but that's not the point :P

My question : Is there a solution to push a folder with such a large amount of data without any problem?

question from:https://stackoverflow.com/questions/65871104/how-can-i-git-add-my-folder-in-two-or-three-parts

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Have a look at this https://git-lfs.github.com/ There are some limitations to the file size in git (max 100 mb files, max 10GB repo size), git lfs allows to have bigger files than 100mb.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...