You are not logged in.

#1 2009-05-23 11:07:00

Vieira
Member
From: Lisbon, Portugal
Registered: 2007-08-16
Posts: 45

[Solved] [Git] fatal: The remote end hung up unexpectedly

I had a working installation of git in both server and client side (both running archlinux). Some days ago I started to have problems like, cannot push, permission denied to .objects/ and so on.

I created a new repo on the server side using git --bare init and then tried to clone it on the client side using git clone ssh://server/repo.git and received a "fatal: The remote end hung up unexpectedly" message. Now all operations in that repo fail with this message.

Note that I have access via ssh to the server in question working fine.

Any idea? Should I fill a bug report?

Last edited by Vieira (2009-05-23 11:20:10)

Offline

#2 2009-05-23 11:19:17

Vieira
Member
From: Lisbon, Portugal
Registered: 2007-08-16
Posts: 45

Re: [Solved] [Git] fatal: The remote end hung up unexpectedly

Well problem solved.
Apparently as I initialized with the --bare option (on the server side) I cannot clone before I push some content from an already fully initialized local repo.

Offline

Board footer

Powered by FluxBB