写在前面
这是必须掌握的部分;这也是常用的部分。所以我将我学习过的博客记录下来。希望时常温故而知新。
参考网址:
1.GitHub快速入门图文全面详解(30分钟学会) - Android - 掘金 https://juejin.im/entry/5a408de951882566e4163927。
Git使用(一)安装配置过程-Win7 - Blue-Code - 博客园 http://www.cnblogs.com/yanqingxu/p/7154654.html
Git使用(二)版本库创建及文件修改 - Blue-Code - 博客园 http://www.cnblogs.com/yanqingxu/p/7163767.html【应该从1看起,1/2/3全部都要看。】
Git的使用(三)远程仓库添加及克隆 - Blue-Code - 博客园 http://www.cnblogs.com/yanqingxu/p/7168211.html
lay/studygit: 学习git和其他托管平台的使用 https://gitee.com/codeStart/studygit
3.深入一步:
Git工作区和暂存区介绍 - CSDN博客 https://blog.csdn.net/shufac/article/details/51758438;
【原创】关于Git暂存区的理解 - cposture - 博客园 https://www.cnblogs.com/cposture/p/4178003.html;
4.结合AS来使用git
参考文章:【两个方法都可以用】
方法一:Android Studio如何导入Github上的开源项目系列(二) - CSDN博客 https://blog.csdn.net/qq_21937107/article/details/79763496;
方法二: 在Androidstudio中clone github上的自己喜欢的项目(一步到位);
出现问题:
1.The remote end hung up unexpectedly
index-pack failed
RPC failed; curl 18 transfer closed with outstanding read data remaining
解决方法:没有找到在AS上面直接解决的方法,但找到了不在AS上的一个方法尝试一下;
方法一:Git 遇到了 early EOF index-pack failed 问题 - CSDN博客 https://blog.csdn.net/djy1992/article/details/50604937
不在AS上面可以解决这个问题。
不使用Git,将Github上的项目部署到AS上面的方法:
1.直接在Github上面下载zip格式的开源项目;然后使用下列方法打开:
android studio打开github项目总是错误解决方案 - CSDN博客 https://blog.csdn.net/weixin_36587718/article/details/54814044
网友评论