error: hook declined to update refs/heads/master

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jonathan Biolaz
Date: Monday, July 21, 2008 - 2:34 am

Hye,

I'm trying to make a remote repository on a Mac Osx Server leopard.
I tried many methods to create the remote. First one, I clone my local  
repository with the --bare options, then copy this repo on the server  
and add the remote to my local repository, Second one, I create an  
empty bare repository on the server and then I try to push my local  
repository on it.

Everything I'm doing is given my the same error when I try to push to  
the server :

$ git push origin master

Counting objects: 1709, done.
Compressing objects: 100% (1523/1523), done.
Writing objects: 100% (1709/1709), 1.95 MiB | 3818 KiB/s, done.
Total 1709 (delta 535), reused 0 (delta 0)
*** Project description file hasn't been set
error: hooks/update exited with error code 1
error: hook declined to update refs/heads/master
To jbiolaz@macpro1.sikalab:/mp1_data/sikatizen/Dev/repo/calame.git
  ! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'jbiolaz@macpro1.sikalab:/mp1_data/ 
sikatizen/Dev/repo/calame.git'

I made the same on a linux server ad it's working well (but with  
another repository)

I don't know what to do to make this working.
Also, my server Leopard server is driving me crazy, I have to had for  
every user a .bashrc which one contain the path to git. I don't find a  
way to add this for all user !

I hope someone can help me !!

Thanks !!

Jbiolaz
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
error: hook declined to update refs/heads/master , Jonathan Biolaz, (Mon Jul 21, 2:34 am)
Re: error: hook declined to update refs/heads/master , Johannes Schindelin, (Mon Jul 21, 2:54 am)
Re: error: hook declined to update refs/heads/master , Jonathan Biolaz, (Mon Jul 21, 4:33 am)
Re: error: hook declined to update refs/heads/master, Dmitry Potapov, (Mon Jul 21, 6:24 am)