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@xxxxxxxxxxxxxxx:/mp1_data/sikatizen/Dev/repo/calame.git
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'jbiolaz@xxxxxxxxxxxxxxx:/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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html