On Monday, November 11, 2013 2:50:11 AM UTC-8, Ray Tayek wrote:
>
> hi, i have git version 1.8.4.msysgit.0 installed.
>
> if i run this as a daemon, where are the repositories located? (i.e. where 
> do i do a mkdir foo.git; cd foo.git; git init --bare?)
>
> how do i change where the (server) repositories live?
>
>
using --base-path seems to work (thanks konstantin). i created a repository 
with init --bare.
and cloned it with clone git://localhost/foo.git.

i added a file and committed.

doing a push origin master got an acces denied or repository not exported.
so i added --enable=receive-pack to the deamon invocation.

now push origin master says:
 counting objects: 3 done
 writing objects: 100% (3/3)

and then hangs :(

git log says: fatal: bad default revision  'HEAD'

any pointers will be appreciated.

thanks




 

>  
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to