lzj@lzj-PC:~/2018_Summer/Download_Threads/src$ git push
对象计数中: 32, 完成.
Delta compression using up to 4 threads.
压缩对象中: 100% (30/30), 完成.
写入对象中: 96% (31/32), 128.00 KiB | 93.00 KiB/s
你好, 请教这是因为什么, 卡在写入对象那一步
我提交的里面并没有大文件, 都是代码
lzj@lzj-PC:~/2018_Summer/Download_Threads/src$ git push
对象计数中: 32, 完成.
Delta compression using up to 4 threads.
压缩对象中: 100% (30/30), 完成.
写入对象中: 96% (31/32), 128.00 KiB | 93.00 KiB/s
你好, 请教这是因为什么, 卡在写入对象那一步
我提交的里面并没有大文件, 都是代码
之前遇到过跟你一样的情况,我的解决办法是,备份修改的文件,删除文件夹,
git clone git@balabla.com:/balabal.git --depth=1
,然后替换修改文件,git push