zoukankan      html  css  js  c++  java
  • Android Studio 使用GitHub

    Android Studio 使用GitHub

    1.安装配置

    默认大家都已经安装了git软件,参考下图进行git与as关联

    • 配置git 
      配置git

    • 设置GitHub用户信息 
      配置GitHub账号信息

    • 填写完用户名,密码后可以点击Test,出现下图则配置成功

      测试是否连通

    2.分享项目到GitHub

    • 开启GitHub插件 
      分享

    • 创建关联的库,点击Share进行分享

      创建关联的库

    • 点击ok提交代码

      提交代码

    这样我们就把本地项目已经与github关联起来了,请看下图。左边的是用来更新github上面的项目的,右边是用来提交我们本地项目的 
    这里写图片描述

    3.注意事项

    Can’t finish GitHub sharing process 
    Successfully created project ‘GitHubDemo’ on GitHub, but initial commit failed: 
    * Please tell me who you are. Run git config –global user.email “you@example.com” git config –global user.name “Your Name” to set your account’s default identity. Omit –global to set the identity only in this repository. fatal: empty ident name (for ) not allowed during executing git -c core.quotepath=false commit -m “Initial commit xxx” –

    由于刚配置的环境,没有配置会出现这样的错误。大致意思是需要一个名称才能提交到github上面,解决办法如下图,第一个是设置邮箱地址,第二个是设置用户名
    这里写图片描述

     
  • 相关阅读:
    html 父容器和子容器通信
    5.7.13mysql 无法登陆
    c# foreach枚举器
    WPF bitmap转bitmapimage 使用 CreateBitmapSourceFromHBitmap内存泄漏
    c# 另存为excel
    CRC循环校验码
    一般处理程序
    DSS->数仓->数据集市->数据湖->数据中台->商业智能
    常见的消息中间件对比
    Dockerfile详解
  • 原文地址:https://www.cnblogs.com/Sharley/p/5244321.html
Copyright © 2011-2022 走看看