On 26-08-15 12:16, Rashad M wrote: > I already have an account. rashad-guest on alioth but I cannot push > > fatal: remote error: access denied or repository not exported: > /pkg-grass/otb.git > > I have git remote -v > > git remote -v > origin git://git.debian.org/pkg-grass/otb.git (fetch) > origin git://git.debian.org/pkg-grass/otb.git (push) > > Is this need to changed to git+ssh?
Yes, as documented in the policy: https://pkg-grass.alioth.debian.org/policy/packaging.html#git-alioth-remote For git+ssh & plain you need to add /git to the path, e.g.: origin git+ssh://git.debian.org/git/pkg-grass/otb.git origin ssh://git.debian.org/git/pkg-grass/otb.git Otherwise the repository path on the filesystem is incomplete. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
