Adding dev@ I was just able to push keys to the repo. Though I'm not familiar with git push -u
Johns-MBP:incubator-tamaya johnament$ git push origin master Username for 'https://git-wip-us.apache.org': johndament Password for 'https://[email protected]': Counting objects: 4, done. Delta compression using up to 8 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (4/4), 2.61 KiB | 0 bytes/s, done. Total 4 (delta 0), reused 0 (delta 0) To https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git * [new branch] master -> master On Sat Nov 22 2014 at 4:32:37 PM Anatole Tresch <[email protected]> wrote: > Hi all > > I assume something is not working here: > > 1) Cloning of the empty repository works (with https): > > *$ git clone https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git > <https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git> tamaya* > > *Cloning into 'tamaya'...* > *warning: You appear to have cloned an empty repository.* > *Checking connectivity... done.* > > 2) But it seems that I definitively do not have any write access to it. I > tried "atsticks", as well as "Anatole Tresch" as username always the same > 500 error is returned, e.g. > > *$ git push -u origin master* > *fatal: unable to access > 'https://git-wip-us.apache.org/repos/asf/incubator-tamay > <https://git-wip-us.apache.org/repos/asf/incubator-tamay>**a.git/': The > requested URL returned error: 500* > > Best, > Anatole > > > > 2014-11-22 9:14 GMT+01:00 Anatole Tresch <[email protected]>: > >> Hi all >> >> I cloned the Tamaya git repo, but somehow I failed to write the initial >> revision of the prepared project back to it. Do you some hints how I get >> write access to this repo? Or is there some page, where I get more infos? >> >> What I already have found and read is: >> http://git.apache.org/ >> http://git.apache.org/incubator-tamaya.git/ >> http://git.apache.org/authors.txt >> >> I have also seen that I am not in http://git.apache.org/authors.txt, I >> would expect something like: >> >> atsticks = Anatole Tresch <[email protected]> >> >> But I also do not have the Apache mailing alias I assume... >> >> >> Best, >> Anatole >> >> -- >> *Anatole Tresch* >> Java Engineer & Architect, JSR Spec Lead >> Glärnischweg 10 >> CH - 8620 Wetzikon >> >> *Switzerland, Europe Zurich, GMT+1* >> *Twitter: @atsticks* >> *Blogs: **http://javaremarkables.blogspot.ch/ >> <http://javaremarkables.blogspot.ch/>* >> >> *Google: atsticksMobile +41-76 344 62 79 <%2B41-76%20344%2062%2079>* >> > > > > -- > *Anatole Tresch* > Java Engineer & Architect, JSR Spec Lead > Glärnischweg 10 > CH - 8620 Wetzikon > > *Switzerland, Europe Zurich, GMT+1* > *Twitter: @atsticks* > *Blogs: **http://javaremarkables.blogspot.ch/ > <http://javaremarkables.blogspot.ch/>* > > *Google: atsticksMobile +41-76 344 62 79* >
