Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个相当大的存储库,其中包含大文件。我在当地的分支机构工作了几天,并决定今天推送。不幸的是,“git status”返回内存不足错误。我尝试在配置文件中更改一些内存分配大小,但没有运气。我究竟做错了什么 ?我能做些什么?
推的时候一点一点地加。
像这样:
第一部分
git add folder-one/* git commit -m 'Message' git push
第二部分
git add folder-two/* git commit -m 'Message' git push