Git 卡在增量对象上
Git stuck at deltafying objects
我的源代码(带图片)大小约为 500MB。
但我无法将其推送到任何 git 存储库:我的 git 推送尝试在 VS 中卡在了 "deltafying objects"。
我观看我的网络:~3kb/s。输出:100kb/s。但是还是推不动。
这是来自 visual studio 的屏幕截图:
我在 visual studio 中尝试过推送它 Visual Studio 团队服务(使用 git)没有用。我尝试使用 sourcetree(v1.9.6.1) 将其检查到 bitbucket。没用。我试过 git 控制台,没用。
我的 Visual Studio Enterprise 2015 "Git-2.9.3.2-64bit" 我的机器上也安装了这个 git 版本。
更新: 更多信息:我再次尝试了 source-tree,这里是控制台输出;
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream LeanStartup master:master
POST git-receive-pack (163209032 bytes)
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
Pushing to https://*****@bitbucket.org/*****/leanstartup.git
Everything up-to-date
Completed with errors, see above.
更新 2:我尝试了另一个解决方案(只是更改了 1-2 项以提交和推送)。我的 git 在 Visual Studio 和源代码树中运行良好。
所以也许我需要怀疑一种解决方案 "leanstartup"?.
我试图删除解决方案文件夹中的文件:“.gitattributes
”、“.gitignore
”和文件夹:“.git
”,以重新分配 git 源代码控制。
但同样,它挂在 "deltafying objects".
您是否需要从其他地方删除更多 git 数据以清除此项目的所有 git 分配?
我该怎么做才能解决这个问题?
好的。我解决了我的问题。我想当 git 说 "deltafying objects" 时我超时了。由于 TTNET(土耳其的互联网提供商,很烂),我的上传速度很慢
所以,我试着用我公司的互联网来做这件事;它在 1 分钟内上传。
感谢您的帮助...
我的源代码(带图片)大小约为 500MB。
但我无法将其推送到任何 git 存储库:我的 git 推送尝试在 VS 中卡在了 "deltafying objects"。
我观看我的网络:~3kb/s。输出:100kb/s。但是还是推不动。
这是来自 visual studio 的屏幕截图:
我在 visual studio 中尝试过推送它 Visual Studio 团队服务(使用 git)没有用。我尝试使用 sourcetree(v1.9.6.1) 将其检查到 bitbucket。没用。我试过 git 控制台,没用。
我的 Visual Studio Enterprise 2015 "Git-2.9.3.2-64bit" 我的机器上也安装了这个 git 版本。
更新: 更多信息:我再次尝试了 source-tree,这里是控制台输出;
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream LeanStartup master:master
POST git-receive-pack (163209032 bytes)
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
error: RPC failed; curl 56 SSL read: error:00000000:lib(0):func(0):reason(0), errno 10054
Pushing to https://*****@bitbucket.org/*****/leanstartup.git
Everything up-to-date
Completed with errors, see above.
更新 2:我尝试了另一个解决方案(只是更改了 1-2 项以提交和推送)。我的 git 在 Visual Studio 和源代码树中运行良好。
所以也许我需要怀疑一种解决方案 "leanstartup"?.
我试图删除解决方案文件夹中的文件:“.gitattributes
”、“.gitignore
”和文件夹:“.git
”,以重新分配 git 源代码控制。
但同样,它挂在 "deltafying objects".
您是否需要从其他地方删除更多 git 数据以清除此项目的所有 git 分配?
我该怎么做才能解决这个问题?
好的。我解决了我的问题。我想当 git 说 "deltafying objects" 时我超时了。由于 TTNET(土耳其的互联网提供商,很烂),我的上传速度很慢
所以,我试着用我公司的互联网来做这件事;它在 1 分钟内上传。 感谢您的帮助...