[TYPO3-dev] constribute patch

Wouter Wolters wouter at windinternet.nl
Wed Mar 13 10:33:20 CET 2013


Hi Uwe,

In which folder are you pushing this change? You need to be in 
typo3/sysext/extbase/

Did you set up the SSH Public key? See settings in the Review system Gerrit.

To push this change to extbase you need a signed CLA[1]
This is also true if you want to push a change to fluid.

Furthermore we are used to start with pushing this to the master branch. 
Once that is accepted we backport the change if needed.

Hope this helps you a bit further.

Thanks for your contribution!

Greetz Wouter

[1] http://typo3.org/about/licenses/#c130


On 13-3-2013 10:24, Uwe Trotzek wrote:
> Hi folks,
>
> I'm trying to constribute a patch via gerrit, but something is still wrong in my configuration. I triple-checked my ssh-publickey configuration and took a look at http://wiki.typo3.org/TroubleShooting_(Git)
> But something is still missing.
>
> I did the following steps:
>
> - I opened an issue http://forge.typo3.org/issues/46203
> - I followed these steps http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine  (Starting a new Change Request (RFC) for a submodule)
>
> I commited the changes to my local branch "issue_46203" and now I want to push it to gerrit with:
>
>   git push origin HEAD:refs/for/extbase_1-3/46203 -v
>
> but I get the following error:
> ----------------------------------------------------
> $ git push origin HEAD:refs/for/extbase_1-3/46203 -v
> Pushing to ssh://<username>@review.typo3.org:29418/TYPO3v4/CoreProjects/MVC/extbase.git
> Permission denied (publickey).
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
> ----------------------------------------------------
>
> What can I do to debug the error? This works correctly...
>
> ----------------------------------------------------
> $ ssh review.typo3.org
>
>    ****    Welcome to Gerrit Code Review    ****
>
>    Hi uwe trotzek, you have successfully connected over SSH.
>
>    Unfortunately, interactive shells are disabled.
>    To clone a hosted Git repository, use:
>
>    git clone ssh://trotzek@review.typo3.org:29418/REPOSITORY_NAME.git
> ----------------------------------------------------
>
> Connection to review.typo3.org closed.
>
> I hope someone can help.
>
> Greetz
> Uwe
>




More information about the TYPO3-dev mailing list