Repo安裝遇到問題

微微微笑發表於2015-10-02

問題一:

“The program 'repo' is currently not installed. You can install it by typing:

sudo apt-get install phablet-tools”

解決方法 : install phablet-tools

# sudo apt-get install phablet-tools

# sudo apt-get install --fix-missing

# sudo apt-get update

# sudo apt-get install phablet-tools

# repo init http://xxxxxxx

repo has been initialized in /home/user/git_repository

 

問題二: 檢視branch

#cd /sourceCode/

#git branch –a

 

相關文章