问题一:

“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

 

相关文章:

  • 2021-05-03
  • 2021-10-25
  • 2021-04-26
  • 2021-03-31
  • 2022-02-08
  • 2021-06-21
  • 2022-02-08
猜你喜欢
  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2021-12-03
  • 2021-05-18
  • 2021-07-30
  • 2021-10-19
相关资源
相似解决方案