[TYPO3-dev] Git config problem
Steffen Kamper
info at sk-typo3.de
Thu Apr 7 13:07:52 CEST 2011
Hi,
thanks to ernesto i got it solved, but strange anyway
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = user at pwd.online.de:/kunden/homepages/43/xxxxxx/htdocs/mygolftime.git
was in local conf.
A git remote -v showed:
$ git remote -v
origin git://git.typo3.org/TYPO3v4/Core.git (fetch)
origin ssh://steffenk@review.typo3.org:29418/TYPO3v4/Core.git (push)
now this did teh trick:
git remote rename origin old-origin
git remote add origin
user at pwd.online.de:/kunden/homepages/43/xxxxxx/htdocs/mygolftime.git
git remote rm old-origin
but i have no idea why i had the wrong urls in remote config even the
fetch worked correct using the local config.
vg Steffen
More information about the TYPO3-dev
mailing list