Created
October 11, 2015 22:27
-
-
Save seanmavley/92a851b7ed6a1f36945a to your computer and use it in GitHub Desktop.
Can't Sync Android Source Code on Ubuntu. Always getting: 'Failed to connect to android.googlesource.com port 443: Network is unreachable'. Enter the following commands, and profit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo ip -6 route del default | |
| net.ipv6.conf.default.accept_ra_defrtr = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment