aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-04-19 15:16:05 -0700
committerJean-Baptiste Queru <jbq@google.com>2012-04-19 16:08:06 -0700
commitdfce7fc319f20b3d06df7c512da359a3ab85e977 (patch)
tree6e91be5da9dcc46427e73226d474dbc62f756b3f
parent822f529aa25c99a0b4283f39196a26314613ff3e (diff)
downloadsource.android.com-dfce7fc319f20b3d06df7c512da359a3ab85e977.tar.gz
Document workaround for network issues
Change-Id: I226be095749d0b937b9a0cecfb41a89387cc251a
-rw-r--r--src/source/known-issues.md13
1 files changed, 13 insertions, 0 deletions
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.