mac下载Android源码提示 repo: command not found 解决办法 输入: echo 'export PATH=$PATH:$HOME/bin' >> ~/.bashrc export PATH=$PATH:$HOME/bin