Hi Andreas, I'm checked git/config file.Everything seems right. My git/config file contents
--- >[core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true >[remote "origin"] > url = git://anonscm.debian.org/debian-med/emperor.git > fetch = +refs/heads/*:refs/remotes/origin/* >[branch "master"] > remote = origin > merge = refs/heads/master --- i use it this commands. --- >git clone git://anonscm.debian.org/debian-med/emperor.git >git add * >git commit -m "..." >git push origin master >>fatal: remote error: access denied or repository not exported: /debian-med/emperor.git --- Regards 2017-03-13 23:17 GMT+03:00 Andreas Tille <[email protected]>: > On Mon, Mar 13, 2017 at 10:41:41PM +0300, Kerim Ölçer wrote: > > i trying push but I get a permission error. i'm checked ssh keys.What is > > the reason? > > So you are able to > > ssh git.debian.org > > ? According to the web interface you are a member of the Debian Med team. > Are you sure you have a non-anonymous checkout (to what url does your > .git/config point to)? > > Kind regards > > Andreas. > > -- > http://fam-tille.de >

