On Monday, February 04, 2013 at 05:54 EST,
A simple Wireshark session will show you exactly what request
is made. Please show the command you run and the full output
you get. Details matter.
Again, my guess is that it's the GET of /ssh_info that fails.
Repo will make an HTTP request to the review server (based
on the 'review' attribute in the manifest). If your review
attribute is "
review.example.com" then Repo will fetch
http://review.example.com/ssh_info. Try feeding that URL to
wget or curl. You can find the code executed for this in
.repo/repo/git_config.py.
--
Magnus Bäck
ba...@google.com