git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
To: Ryan Taylor <ryan.taylor@leeds-art.ac.uk>
Cc: git@vger.kernel.org
Subject: Re: Error when pushing
Date: Wed, 7 May 2008 17:39:27 +0200	[thread overview]
Message-ID: <20080507153927.GL1472@lug-owl.de> (raw)
In-Reply-To: <4B58A837F454E14AA0453EDBADE96A62B5F621@mildred.leeds-art.ac.uk>

[-- Attachment #1: Type: text/plain, Size: 1796 bytes --]

On Wed, 2008-05-07 16:26:34 +0100, Ryan Taylor <ryan.taylor@leeds-art.ac.uk> wrote:
> On Behalf Of Jan-Benedict Glaw:
> > On Wed, 2008-05-07 16:02:46 +0100, Ryan Taylor <ryan.taylor@leeds-art.ac.uk> wrote:
> > > I'm getting the following error when pushing from my dev box to my live box:
> > > 
> > > ryant@brewster:/gittest$ git push ryan@bert:/webdata/gittest/ 
> > > ryan@bert's password:
> > > updating 'refs/heads/master'
> > >   from 60d4194d6d5647f1c18fb7235754984bd4e5a8d9
> > >   to   97c26890703c1f08e02623e4e84a40e4ca0e0a1e
> > > Generating pack...
> > > Done counting 4 objects.
> > > Result has 3 objects.
> > > Deltifying 3 objects...
> > >  100% (3/3) done
> > > Writing 3 objects...
> > >  100% (3/3) done
> > > Total 3 (delta 0), reused 0 (delta 0)
> > > Unpacking 3 objects
> > > *** Project description file hasn't been set
> > > error: hooks/update exited with error code 1
> > > error: hook declined to update refs/heads/master ng refs/heads/master 
> > > hook declined
> > > error: failed to push to 'ryan@bert:/webdata/gittest/'
> > > 
> > > Can anybody shed any light?
> > 
> > Did you actually *read* the error messages?
> 
> Yes. But I'm new to git and don't understand what it means.

A `hook' is running. Hooks are (usually) little scripts to do some
additional automated tasks that aren't the main business of the SCM
system itself. In your case, the hook `hooks/update' was started and
it aborted (returning an error condition). Just look at that script
(it's on the server within the GIT repo you're pushing to) to see what
it does.

MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
  Signature of:                           Wenn ich wach bin, träume ich.
  the second  :

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

      reply	other threads:[~2008-05-07 15:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-07 15:02 Error when pushing Ryan Taylor
2008-05-07 15:04 ` Jan-Benedict Glaw
2008-05-07 15:26   ` Ryan Taylor
2008-05-07 15:39     ` Jan-Benedict Glaw [this message]

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=20080507153927.GL1472@lug-owl.de \
    --to=jbglaw@lug-owl.de \
    --cc=git@vger.kernel.org \
    --cc=ryan.taylor@leeds-art.ac.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).