如何将Android Studio的项目上传到Github上
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何将Android Studio的项目上传到Github上相关的知识,希望对你有一定的参考价值。
VCS-->Import into version control-->Share Projection on Github
在弹出的对话框中输入相关信息
如果弹出一下错误:
Please tell me who you are. Run git config --global user.email "[email protected]"
........
解决办法:
在Git目录下打开git-base.ext输入以下命令:
git config --global user.email "[email protected]"//你的邮箱
git config --global user.name "xxx"//你的名字
4. 删掉GitHub上的仓库重来一次就好了
以上是关于如何将Android Studio的项目上传到Github上的主要内容,如果未能解决你的问题,请参考以下文章
将项目从 android studio 上传到 github
如何将 android 项目从 Visual Studio 部署到 Google Play 控制台?
无法通过我的 Android Studio 项目将数据上传到我的 Parse Server