美文网首页
如何将android studio中的项目提交到github

如何将android studio中的项目提交到github

作者: 宣邱逸 | 来源:发表于2018-07-27 12:06 被阅读0次

前言:

git和github的区别:

git是版本控制系统。

github是一个网站,给用户提供git服务。这样你就不用自己部署git系统直接注册个账号,就可以用他们提供的git服务。

步骤:

将Android Studio与Git关联

1.点击File->settings

2.在setting目录中,点击Version Control->Git

在Path to Git executable 中选择你安装的git GUI 下的git.exe 路径

将Android Studio与Github关联

1.在setting目录中,选择Version Control->GitHub,在Login处输入你的github用户名,Password处输入你的密码,如下图:

2.在你准备的Android Studio 项目内,点击VCS->Import into Version Control->Share Project on Github

3.耐心等待,你的项目就在你的主页上出现了。

2.

相关文章

网友评论

      本文标题:如何将android studio中的项目提交到github

      本文链接:https://www.haomeiwen.com/subject/yzrwmftx.html