Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Anonymous access to git repositories seems broken

Hi everyone,

Since the 31st of July the jetty and rtp builds fail to pull from the git repos:
https://hudson.eclipse.org/hudson/view/Technology/job/rtp-packages/219/console

<console>
Fetching upstream changes from
git://git.eclipse.org/gitroot/rtp/org.eclipse.rtp.git
[workspace] $ git fetch -t
git://git.eclipse.org/gitroot/rtp/org.eclipse.rtp.git
+refs/heads/*:refs/remotes/origin/*
fatal: Unable to look up git.eclipse.org (port 9418) (Name or service not known)
ERROR: Problem fetching from origin / origin - could be unavailable.
Continuing anyway
</console>

I tried the example documented here:
http://wiki.eclipse.org/Git#Connecting.2C_cloning_a_repo
both on my machine and from build.eclipse.org to no avail:
<shell>
hmalphett@build:~> git clone
git://git.eclipse.org/gitroot/babel/org.eclipse.babel.server.git
Cloning into org.eclipse.babel.server...
fatal: The remote end hung up unexpectedly
</shell>

Let me know, if there is something I am missing.
Thanks,
Hugues


Back to the top