https://www.kancloud.cn/thinkphp/github-tips/37883
1.关闭问题:
2.生成库提供下载:
https://blog.csdn.net/qian520ao/article/details/76861923
https://www.jitpack.io/
3.Push failed: Failed with error: unable to access 'XXXXXX': The requested URL returned error: 403
3.1 首先在项目的根目录显示隐藏的文件,打开.git里面的config
3.2 然后添加帐号密码
clone https://username@github.com/blah/blahblah.git
如果你想后面的操作也不再输入密码了,你可以在地址中加上密码
git clone https://username:password@github.com/blah/blahblah.git
如果你已经clone了,也可以通过重设地址的方式
3.3我这边一般引起的原因是用旧帐号clone下来的代码,然后换了一个新的帐号自然push不上去了,所以修改文件固定了帐号密码就可以
4.上传操作到github
4.1.使用AndroidStudio录制当前操作
4.2. 打开https://ezgif.com/video-to-gif 将mp4转换成gif
4.3.打开Github上的项目,点击README文件,编辑它。在需要添加图片的地方添加以下脚本:
![image](https://github.com/zhengwenming/WMPlayer/blob/master/WMPlayer/Resource/WMPlayer.gif)
5.当出现生成的库跟项目库名称不一样,那可能是项目配置出现了问题。
查看根目录下的.idea/modules.xml的文件是否符合项目的库