美文网首页
gitLub项目上传

gitLub项目上传

作者: sunQianone | 来源:发表于2019-03-04 14:04 被阅读0次

    1、进入项目文件夹选中文件夹右键打开git base here 命令窗口(前提已安装git)

    编译以下命令:

    git init

    git remote add origin 链接http

    git add .

    git pull origin

    git pull origin master

    git commit -m '注释'

    git push -u origin master

    2、git下载文件到本地(仅androidstudio)

    添加git地址店家Test测试通过

    选择项目地址

    添加项目名称clone

    相关文章

      网友评论

          本文标题:gitLub项目上传

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