R
R
rumkin2013-01-27 19:26:17
git
rumkin, 2013-01-27 19:26:17

Why is git not pushing?

For what reasons can a repository not be pushed, provided that everything is configured correctly - other repositories and clones of the current one work fine from the same machine.
When I try to push changes, I get:
Write failed: Broken pipe
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly

Answer the question

In order to leave comments, you need to log in

3 answer(s)
3
3vi1_0n3, 2013-01-27
@3vi1_0n3

Alternatively, increase the buffer size:
git config http.postBuffer 209715200

I
ixSci, 2013-01-27
@ixSci

The problem is not with git, but with ssh. Dig in this direction.

S
Semyon Dubina, 2013-01-28
@sam002

mb problem with spec. symbols in titles? If you use it through gitolite, then you can check access to the repository with debug output like this: And ssh [email protected] -T -vvv
check the config ssh ./.ssh/config
regular user).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question