Re: git error when pushing changes to website

2013-10-13 Thread Daniel Naber
On 2013-10-13 10:27, Paolo Bianchini wrote: > paolob67 You should now have write access. One thing to look out for is this: Get the latest updates from master via git pull --rebase. This will prevent the ugly merge commits you get when you just do git pull. If you don't know git yet and you fe

Re: git error when pushing changes to website

2013-10-13 Thread Paolo Bianchini
paolob67 thanks. Paolo On Oct 12, 2013, at 8:18 PM, Daniel Naber wrote: > On 2013-10-12 20:01, Paolo Bianchini wrote: > >> Hi I get this message when I try to push changes to the website. >> >> https://github.com/languagetool-org/languagetool-website.git: >> git-receive-pack not permitted > >

Re: git error when pushing changes to website

2013-10-12 Thread Daniel Naber
On 2013-10-12 20:01, Paolo Bianchini wrote: > Hi I get this message when I try to push changes to the website. > > https://github.com/languagetool-org/languagetool-website.git: > git-receive-pack not permitted You're not yet listed as a contributor in github - please let me know your username o

git error when pushing changes to website

2013-10-12 Thread Paolo Bianchini
Hi I get this message when I try to push changes to the website. https://github.com/languagetool-org/languagetool-website.git: git-receive-pack not permitted I wanted to upgrade the reference from java 6 to java 7 on the Italian page. Thanks for your help. Paolo ---