自己的项目的版本控制用的是Git,代码仓库在github托管.项目里用到了IJKMediaFramework 想把代码push到github上,结果出错了,被拒绝,具体信息是: Total 324 (delta 78), reused 0 (delta 0) remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. rem…
github上传时出现error: src refspec master does not match any解决办法 这个问题,我之前也遇到过,这次又遇到了只是时间间隔比较长了,为了防止以后再遇到类似问题,还是把这个方法简单记录在此. 当然,是通过搜索引擎找到的答案,开始用谷歌,我以为stackoverflow会很权威的,结果在这上面没有找到合适的. http://stackoverflow.com/questions/21264738/error-src-refspec-master-doe…
要使用此种方法上传本地项目到GitHub上,前提得是你已安装Git for window工具. Git for window下载地址:http://www.xp510.com/xiazai/Application/other/30988.html 1. 安装好后,鼠标右键单击桌面空白处,打开git Gui Here,选择 Create New Repository(在本地创建一个仓库),如下 2.选择你所要托管的项目本地存放的位置(即本地新建仓库的位置),如: 3.完成点击创建以后,会弹出可视化…