标签:bash images 技术 bsp image repo div tor xxx
1> 进入github 建立repository
2> 得到git master 地址
3> 得到进入本地工程目录 右键->git bash here
4>执行 以下命令 ( git remote行中的xxxx换成自己的信息)
1 git init 2 git add * 3 git commit -m "XXXXX" 4 git remote add origin git@github.com:XXXXXX/test1.git 5 git push -u origin master
5>等提交成功后,刷新github,至此完成
标签:bash images 技术 bsp image repo div tor xxx
原文地址:http://www.cnblogs.com/chairmanming/p/7470547.html