visual studio - Git stuck at deltafying objects -


my source code ( pictures ) size ~500mb.
but can't push git repository: git push attempt stucked @ "deltafying objects" in vs.
watched network in: ~3kb/s. out: 100kb/s. still not pushing.

here screenshot visual studio:

enter image description here

i tried in visual studio, push visual studio team services (with git) didn't work. tried sourcetree(v1.9.6.1) checking bitbucket. didn't work. tried git console, didn't work.

my visual studio enterprise 2015 has "git-2.9.3.2-64bit" git version installed on machine.

update: more information: tried on source-tree again, here console output;

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream leanstartup master:master   post git-receive-pack (163209032 bytes)   fatal: remote end hung unexpectedly   fatal: remote end hung unexpectedly   error: rpc failed; curl 56 ssl read: error:00000000:lib(0):func(0):reason(0), errno 10054   pushing https://*****@bitbucket.org/*****/leanstartup.git   up-to-date   completed errors, see above.   

update 2: tried on solution ( changed 1-2 things commit , push). git in visual studio & source tree working well.
maybe need suspect 1 solution "leanstartup"?.
tried delete files: ".gitattributes" ".gitignore" , folder: ".git" on solution folder re-assign git source control.
again, hangs on "deltafying objects".
need delete more git data somewhere else clear git-assigment on project?

what can fix problem ?

ok. solved question. think i'm getting timeout when git says "deltafying objects". because upload speed low ttnet ( internet provider in turkey, sucks )

so, tried company internet; it's uploaded in 1 minutes. though...


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -