android studio 使用[email protected]

1.下载安装git http://msysgit.github.io/

2.打开as,新建一个项目。这一步就不多说了。

3.新建一个git仓库,选择create git repository。

android studio 使用[email protected]

4.打开项目路径,如果没有发现项目有一个隐藏文件夹“.git“

那么就git init here

5.添加所有文件到git

android studio 使用[email protected]

6.在打开git gui

android studio 使用[email protected]

android studio 使用[email protected]

然后输入帐号,密码

7.从远端获取,可以参考上面的图片。要获取远程分支,才能把本地分支合并到远程分支。

8.合并本地分支 。

android studio 使用[email protected]

android studio 使用[email protected]

9.点击远端,上传。

中途要输入好几次帐号,密码。

10.到你的项目主页,看一下是否提交成功

 

 

 

转载于:https://my.oschina.net/u/581142/blog/471382

相关文章:

  • 2021-09-29
  • 2021-07-01
  • 2021-04-11
  • 2022-01-13
猜你喜欢
  • 2022-01-21
  • 2021-08-14
  • 2021-12-30
  • 2021-09-20
  • 2021-06-16
  • 2021-07-18
  • 2021-06-17
相关资源
相似解决方案