Issues pushing to github

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
User avatar
Yumtard
Posts: 575
Joined: January 19th, 2017, 10:28 pm
Location: Idiot from northern Europe

Issues pushing to github

Post by Yumtard » January 28th, 2017, 11:33 pm

Hey guys,

I'm trying to push recent changes to github and it's taking forever. Is this because I added a song to the project which is about 18mb?

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Issues pushing to github

Post by albinopapa » January 28th, 2017, 11:58 pm

Could be, just as a test, you could remove the song and push changes and see if that helps.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

User avatar
Yumtard
Posts: 575
Joined: January 19th, 2017, 10:28 pm
Location: Idiot from northern Europe

Re: Issues pushing to github

Post by Yumtard » January 29th, 2017, 1:49 am

I mean it was working before so it must be the song.
The push gets stuck at "Deltafying objects"
It's just 18mb, surely it should work

User avatar
Yumtard
Posts: 575
Joined: January 19th, 2017, 10:28 pm
Location: Idiot from northern Europe

Re: Issues pushing to github

Post by Yumtard » January 29th, 2017, 2:10 am

Edit: SOLVED

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Issues pushing to github

Post by albinopapa » January 29th, 2017, 2:35 am

So was it the sound file?
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

User avatar
Yumtard
Posts: 575
Joined: January 19th, 2017, 10:28 pm
Location: Idiot from northern Europe

Re: Issues pushing to github

Post by Yumtard » January 29th, 2017, 2:38 am

albinopapa wrote:So was it the sound file?
Yeah I had to increase postBuffer.
Its default is 1mb

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Issues pushing to github

Post by chili » January 29th, 2017, 7:54 am

Interesting, where is that setting?
Chili

User avatar
Yumtard
Posts: 575
Joined: January 19th, 2017, 10:28 pm
Location: Idiot from northern Europe

Re: Issues pushing to github

Post by Yumtard » January 29th, 2017, 3:18 pm

I downloaded github desktop and in git shell typed in git config --global http.postBuffer 524288000

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Issues pushing to github

Post by chili » January 30th, 2017, 12:24 am

Hmmm, thanks for the info. I think that will work in normal Git bash as well. :)
Chili

Post Reply