首页 > 其他 > 详细

Repo安装遇到问题

时间:2015-10-02 21:06:27      阅读:1367      评论:0      收藏:0      [点我收藏+]

TortoiseGit: http://download.tortoisegit.org/tgit/previews/

msysGit: https://msysgit.github.io/

 

问题一:

“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

 

Repo安装遇到问题

原文:http://www.cnblogs.com/miniren/p/4852674.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!