1. 在 gitblit 上创新新的版本库,复制 http 地址

2. android studio 配置

  a. VCS-->Enable Version control integration--> 选择Git,使能git

  b. VCS-->Git-->Remotes --> 点击加号 --> 贴上地址

  c. VCS --> commit 一个版本

  d. VCS --> Git --> push --> 上传到版本库

  e. 查看结果

 

问题:将android studio中所有的文件都添加进commit中后出现

9:52    Error merging: refusing to merge unrelated histories
9:52    Push rejected: Push was rejected, and update failed with error.

解决办法:命令行输入,git pull origin master --allow-unrelated-histories 

 

 

转载于:https://www.cnblogs.com/liuyj-vv/p/10248130.html

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐