[TYPO3-dev] GIT startup
Björn Pedersen
pedersen at frm2.tum.de
Mon Dec 19 17:06:06 CET 2011
Am 19.12.2011 16:44, schrieb Andrea Schmuttermair:
> I got everything until the push, but then I got this error:
>
> git.exe push --progress "origin" file_references:refs/for/master
> fatal: The remote end hung up unexpectedly
>
> Any Ideas?
>
> Thanks a lot,
> Andrea
Probably still a setup-problem. To be able to push, you need to have a
ssh-key registered in gerrit.
Then you have to to push to the ssh-interface of gerrit,
so you should have something like:
remote.origin.pushurl=ssh://<your_typo3.org_username>@review.typo3.org:29418/TYPO3v4/Core
in the result of git config -l.
Björn
More information about the TYPO3-dev
mailing list