Git中的文件限制(數(shù)量和大小)是什么?有人知道Git對(duì)文件數(shù)量和文件大小的限制嗎?
3 回答

largeQ
TA貢獻(xiàn)2039條經(jīng)驗(yàn) 獲得超8個(gè)贊
%find . -type f | wc -l 791887 %time git add . git add . 6.48s user 13.53s system 55% cpu 36.121 total %time git status # On branch master nothing to commit (working directory clean) git status 0.00s user 0.01s system 0% cpu 47.169 total %du -sh . 29G . %cd .git %du -sh . 7.9G .
- 3 回答
- 0 關(guān)注
- 1927 瀏覽
添加回答
舉報(bào)
0/150
提交
取消