[TYPO3-dev] Problems with gerrit

Sebastian Fischer typo3 at evoweb.de
Thu Sep 15 06:40:29 CEST 2011


Hi Kay,

thanks for your input, but that was the first steps i did before trying 
to push the patch. After the first failure i did the troubleshooting below.

Greetings
Sebastian

On 14.09.2011 19:34, Kay Strobach wrote:
> Hi,
>
> i used the following tutorial to setup gerrit.
> Please take a look (i needed 2 trials myself ;)
>
> http://wiki.typo3.org/Contribution_Walkthrough_with_CommandLine
>
> Regards
> Kay
>
> Am 14.09.2011 19:31, schrieb Sebastian Fischer:
>> Currently im not able to push anything to gerrit. So a bugfix for issue
>> 29770 needs to wait until it works for me again... :(
>>
>> So troubleshooting the hole stuff i uploaded a new ssh rsa key. I
>> followed the ssh connection test and still not fixed. Then i checked the
>> email address and my local settings. I post them at the end.
>>
>> Please help me tackle this.
>>
>> Greetings
>> Sebastian
>>
>>
>>
>> ------------------------------------------------------------------------
>> Settings for ssh:
>>
>> ~/.ssh/config
>> HostName review.typo3.org
>>      User sfischer
>>      IdentityFile ~/.ssh/gerrit/id_rsa
>>      Port 29418
>>
>> ------------------------------------------------------------------------
>> Testresult:
>>
>> TYPO3_4-master$ ssh review.typo3.org
>>
>>    ****    Welcome to Gerrit Code Review    ****
>>
>>    Hi Sebastian Fischer, you have successfully connected over SSH.
>>
>>    Unfortunately, interactive shells are disabled.
>>    To clone a hosted Git repository, use:
>>
>>    git clone ssh://sfischer@review.typo3.org:29418/REPOSITORY_NAME.git
>>
>> Connection to review.typo3.org closed.
>>
>> ------------------------------------------------------------------------
>> Settings for git:
>>
>> git config -e --global
>> [user]
>>          name = Sebastian Fischer
>>          email = typo3 at evoweb.de
>> [color]
>>          ui = auto
>> [url "ssh://sfischer@review.typo3.org:29418"]
>>          pushInsteadOf = git://git.typo3.org
>> [branch]
>>          autosetuprebase = remote
>>
>> ------------------------------------------------------------------------
>> Pushresult:
>>
>> TYPO3_4-master$ git push origin HEAD:refs/for/master/29770
>> Username:
>> Password:
>> fatal: Authentication failed
>>
>> For username and password i used my gerrit login
>
>





More information about the TYPO3-dev mailing list