public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Michael J Gruber <git@drmicha•warpmail.net>
To: git_user101 <m.aqadjanimemar@student•ru.nl>
Cc: git@vger•kernel.org
Subject: Re: Error: Unable to append to logs/HEAD: Permission denied
Date: Mon, 17 May 2010 15:35:57 +0200	[thread overview]
Message-ID: <4BF1463D.9040408@drmicha.warpmail.net> (raw)
In-Reply-To: <1274100503553-5064900.post@n2.nabble.com>

git_user101 venit, vidit, dixit 17.05.2010 14:48:
> 
> The push is succeed but I get this error every time. This is de complete
> message:
> 
> user@desktop:~/Documents/LRSystems$ git push 
> user@server's password: 
> Counting objects: 5, done.
> Delta compression using up to 8 threads.
> Compressing objects: 100% (3/3), done.
> Writing objects: 100% (3/3), 302 bytes, done.
> Total 3 (delta 2), reused 0 (delta 0)
> To ssh://user@server:port/repositories/LRSystems
>    1143c0..50b610  master -> master
> error: failed to push some refs to
> 'ssh://user@server:port/repositories/LRSystems'
> user@desktop:~/Documents/LRSystems$
> 
> As you can see the push is done but I get the error.

Is the repo on the server side in a good state? I.e., if you do

git status
git fsck
git show-ref

in the server side repo, is there something strange?
Another thing worth trying would be to

git clone --shared --mirror LRSystems LRSystems-new

and check whether pushing to that freshly set-up repo works.

Michael

  reply	other threads:[~2010-05-17 13:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-16 23:18 Error: Unable to append to logs/HEAD: Permission denied git_user101
2010-05-17  7:54 ` Michael J Gruber
2010-05-17  8:17   ` git_user101
2010-05-17  9:02     ` Michael J Gruber
2010-05-17 11:09       ` git_user101
2010-05-17 11:40         ` Michael J Gruber
2010-05-17 12:13           ` git_user101
2010-05-17 12:26             ` Michael J Gruber
2010-05-17 12:48               ` git_user101
2010-05-17 13:35                 ` Michael J Gruber [this message]
2010-05-17 19:02                   ` git_user101

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BF1463D.9040408@drmicha.warpmail.net \
    --to=git@drmicha$(echo .)warpmail.net \
    --cc=git@vger$(echo .)kernel.org \
    --cc=m.aqadjanimemar@student$(echo .)ru.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox