I am unable to do repo sync after repo init. I am trying to create a mirror site for hosting google code for internal developers. While doing repo init it is working fine but when i do repo sync i get error "fatal: https://code.google.com/p/git-repo/.git/info/refs not found: did you run git update-server-info on the server? "
When i do GIT_CURL_VERBOSE=1 repo sync I get following error. * Couldn't find host code.google.com in the .netrc file; using defaults * About to connect() to code.google.com port 443 (#0) * Trying ... * Connected to code.google.com () port 443 (#0) * found 142 certificates in /etc/ssl/certs/ca-certificates.crt * server certificate verification OK * common name: *.google.com (matched) * server certificate expiration date OK * server certificate activation date OK * certificate public key: RSA * certificate version: #3 * * issuer: C=US,O=Google Inc,CN=Google Internet Authority * compression: NULL * * MAC: SHA1 > GET /p/git-repo/.git/info/refs?service=git-upload-pack HTTP/1.1 User-Agent: git/1.7.0.4 Host: code.google.com Accept: */* Pragma: no-cache * The requested URL returned error: 404 * Closing connection #0 -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

