On 4 October 2016 at 03:53, Jonathan Dowland <[email protected]> wrote: > I seem to lack permission to push to > git+ssh://[email protected]/git/pkg-go/website.git > directly, but here's a fix to the example package filelist
I tried to apply this and got similar permission errors, so I jumped onto git.debian.org to take a look. $ git push Counting objects: 3, done. Delta compression using up to 8 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 459 bytes | 0 bytes/s, done. Total 3 (delta 1), reused 0 (delta 0) remote: error: insufficient permission for adding an object to repository database ./objects remote: fatal: failed to write object error: unpack failed: unpack-objects abnormal exit To ssh://git.debian.org/git/pkg-go/website.git ! [remote rejected] master -> master (unpacker error) error: failed to push some refs to 'ssh://git.debian.org/git/pkg-go/website.git' It appears that the repo is still stapelberg-only. :) tianon@moszumanska:/git/pkg-go/website.git$ ls -l total 32 -rw-r--r-- 1 stapelberg stapelberg 23 Aug 29 2013 HEAD drwxr-xr-x 2 stapelberg stapelberg 4096 Aug 29 2013 branches -rw-r--r-- 1 stapelberg stapelberg 66 Aug 29 2013 config -rw-r--r-- 1 stapelberg stapelberg 73 Aug 29 2013 description -rw-r--r-- 1 stapelberg stapelberg 0 Aug 29 2013 git-daemon-export-ok drwxr-xr-x 2 stapelberg stapelberg 4096 Aug 29 2013 hooks drwxr-xr-x 2 stapelberg stapelberg 4096 Aug 29 2013 info drwxr-xr-x 38 stapelberg stapelberg 4096 Apr 15 06:59 objects drwxr-xr-x 4 stapelberg stapelberg 4096 Aug 29 2013 refs ♥, - Tianon 4096R / B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4 _______________________________________________ Pkg-go-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers
