Skip to content

Instantly share code, notes, and snippets.

@seanmavley
Created October 11, 2015 22:27
Show Gist options
  • Select an option

  • Save seanmavley/92a851b7ed6a1f36945a to your computer and use it in GitHub Desktop.

Select an option

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
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