I get the same results as Detlef:
git pull
git remote update
git clone git://orgmode.org/org-mode.git
all fail, but
git clone http://orgmode.org/org-mode.git
succeeded and `git remote update' when the remote is the
http version, succeeds as well.
Kaushal Modi