android studio项目提交到gitlab上去(前提AS配置好了git)

时间:2024-04-03 18:22:29
  1. 先去GatLab中去新建项目 记住路径。 例如: http://211.204.155.41:10080/project/test.git
    android studio项目提交到gitlab上去(前提AS配置好了git)

  2. 去androidstudio VCS下的import into version control 下的 create git repository 选中自己项目 点击ok
    android studio项目提交到gitlab上去(前提AS配置好了git)

  3. 右击项目 选择git 选择add
    android studio项目提交到gitlab上去(前提AS配置好了git)

  4. 右击项目 选择git 选择commit directory
    android studio项目提交到gitlab上去(前提AS配置好了git)

  5. 右击项目 选择git 选择repository 选择push 如下图 填写URL(如第一步地址,)
    android studio项目提交到gitlab上去(前提AS配置好了git)

  6. 注意 Url 填写不能如下图复制 需要把红框加密地址改成自己地址。
    android studio项目提交到gitlab上去(前提AS配置好了git)