Android Studio git 使用

  • 先在 Windows上面安装 git.exe , 并加入到环境变量。

    https://git-scm.com/
    
  • Android Studio 配置GIT

  • VCS -> Enable Version Control Integration 选择 GIT。

  • File Setting 里面配置 GIT 路径
    Android Studio git 使用

  • 完毕了之后 VCS 里面就会出现 GIT选项, 并配置 github 仓库路径。
    Android Studio git 使用

  • 选择 commit 添加当前次修改。
    Android Studio git 使用

  • 可以选择 不 commit 的文件,去掉勾就可以。
    Android Studio git 使用

  • 远程仓库建立之后之后,配置了 远程仓库地址之后,就可以 push
    Android Studio git 使用

  • 使用 https 协议 push , 不需要 key 文件,只需要账号密码就可以了。

Android Studio git 使用

上一篇:RN-Android构建失败:Caused by: org.gradle.api.ProjectConfigurationException: A problem occurred configuring root project 'AwesomeProject'.


下一篇:iOS-导航条