A
A
Arnold2016-02-23 14:18:06
git
Arnold, 2016-02-23 14:18:06

Bitbucket and a big commit?

There is an old project that does not have any version control system at all, I decided to put it on bitbucket.
I made a starting commit, with all the contents of the project (of course, ignoring everything that is not needed). But the commit still came out more than 12mb. And when I try to push all this to bitbucket, I get:

Counting objects: 463, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (424/424), done.
Write failed: Connection reset by peer0 KiB | 1.81 MiB/s
ffatal: The remote end hung up unexpectedly
atal: sha1 file '<stdout>' write error: Invalid argument
error: failed to push some refs to '[email protected]:somerep/somesite.ru.git'

I almost forgot, I use git, authorization and the ssh protocol, although I also tried using https.
Googled the config for git
[http]
     postBuffer = 629145600

But it did not help, and I tried to change for different protocols ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2016-02-23
@sim3x

Maybe
stackoverflow.com/questions/24424564/git-push-not-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question