Hello,
I am trying to understand how to use the overlay (I mean read-write,
read-only usage is trivial - via layman). Following
[2] http://git.overlays.gentoo.org/
I do
gro...@laptop ~/git $ git clone
git+ssh://[email protected]/science
Initialized empty Git repository in /home/grozin/git/science/.git/
ERROR:gitosis.serve.main:Repository read access denied
fatal: The remote end hung up unexpectedly
as myself (not as root), because my ~/.ssh/ contains id_dsa and id_dsa.pub
which allow me, e.g., to ssh to dev.gentoo.org. However, as you see, this
does nor work.
Next I'll want to know how to push new stuff to
git.overlays.gentoo.org/science. But for now, even cloning does not work
via git+ssh (layman -a science works OK, but from this repo I'll be
unable to push stuff back, right?)
Andrey