From dfce7fc319f20b3d06df7c512da359a3ab85e977 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Thu, 19 Apr 2012 15:16:05 -0700 Subject: Document workaround for network issues Change-Id: I226be095749d0b937b9a0cecfb41a89387cc251a --- src/source/known-issues.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/source/known-issues.md b/src/source/known-issues.md index a9df5c30..44244389 100644 --- a/src/source/known-issues.md +++ b/src/source/known-issues.md @@ -56,3 +56,16 @@ the emulator to be compiled in a way that prevents it from working. **Fix**: Use an emulator binary from the SDK, which is built on MacOS 10.6 with XCode 3 and works on MacOS 10.7. + +## Difficulties syncing the source code (proxy issues). ## + +**Symptom**: `repo init` or `repo sync` fail with http errors, +typically 403 or 500. + +**Cause**: There are quite a few possible causes, most often +related to http proxies, which have difficulties handling the +large amounts of data getting transfered. + +**Fix**: While there's no general solution, using python 2.7 +and explicitly using `repo sync -j1` have been reported to +improve the situation for some users. -- cgit v1.2.3