I am trying to download the goldfish kernel source code, but no luck.
When I click the following command, I get a 1 GB source code:
git clone https://android.googlesource.com/kernel/common
However, we pressed the following command:
git checkout -t origin/android-goldfish-2.6.29 -b goldfish
tell me:
Fatal error: git repository not found.
Though
git branch -r
also gives me the same error.
source
share