美文网首页
Xcode9 提交项目到GitHub

Xcode9 提交项目到GitHub

作者: 几岂 | 来源:发表于2017-10-17 14:58 被阅读0次

不喜欢终端的,可以按照下面方法快速提交项目到github

废话少说,直接上图

1.在GitHub上新建repository

git0.png
git1.png
git2.png

2.选择Xcode-Preferences 或者Commoand+,

git3.png

4.填写你的GitHub账号、密码 登录

git4.png

5.选择Xcode-Source Control -Clone

git5.png

如下就会显示你的GitHub账号李所有的repositories ,选择新建的repository,如下图,点击Clone,克隆到桌面

git6.png git7.png

6.在上图的文件中创建工程或者直接把已存在的项目拖进去

直接进行下图的操作 提交


git8.png

可以看到项目已成功提交

git9.png

相关文章

  • Xcode9 提交项目到GitHub

    不喜欢终端的,可以按照下面方法快速提交项目到github 废话少说,直接上图 1.在GitHub上新建reposi...

  • 提交AS项目到GitHub

    1. 关联Git工具 依次选择主菜单 /File/Settings/Version Control/Git,配置g...

  • 提交项目到github

    git上新建仓库,获取仓库地址 cmd 进入新建的项目目录 在命令行输入:git clone -o github ...

  • 提交项目到github

    …or create a new repository on the command line echo "# U...

  • github

    如何使用Git上传项目代码到github 提交本地代码到github github 的命令 如何提交changes...

  • 提交项目到github上

    1、已经在github上创建仓库2、选中电脑中已经创建的项目右击进入git bash(电脑已经安装git) 将项目...

  • 提交本地项目到GitHub

    1、终端上找到项目位置cd + 项目文件夹路径cd git 2、git仓库的初始化,在终端中输入以下代码git i...

  • Eclipse 提交项目到 GitHub

    关键词:Eclipse,GitHub,Git 1. 在 Eclipse 中配置 GitHub 插件 Help ->...

  • 提交本地项目到Github

    本地的项目,右键打开Git Bashgit add *git commit -m "对file的描述"git pu...

  • github使用token盾牌登录(fatal: Authent

    提交新项目到github, 执行到push代码时,出现 fatal: Authentication failed ...

网友评论

      本文标题:Xcode9 提交项目到GitHub

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