克隆GitHub存储库是什么意思? [英] What does cloning a GitHub repository mean?

查看:450
本文介绍了克隆GitHub存储库是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将Facebook与我的应用程序集成.我在 developers.facebook.com 上阅读过:

I am trying to integrate Facebook with my app. I read this on developers.facebook.com:

  1. 安装 XCode
  2. 安装 Git
  3. 使用以下命令克隆GitHub存储库:
    git clone git://github.com/facebook/facebook-ios-sdk.git
  1. Install XCode
  2. Install Git
  3. Clone the GitHub repository with this command:
    git clone git://github.com/facebook/facebook-ios-sdk.git

我已经安装了XCode和Git.

I have installed XCode and Git.

克隆 GitHub存储库是什么意思,我该怎么做?

What does it mean to clone a GitHub repository and how can I do that?

推荐答案

克隆存储库意味着要复制并下载存储库中的所有内容.

To clone a repository means to duplicate and download everything in the repository.

如果您使用的是Mac,请启动Terminal,创建一个文件夹并输入以下命令:

You are on a Mac, so launch Terminal, create a folder and type this command:

git clone git://github.com/facebook/facebook-ios-sdk.git

它将复制并下载整个存储库.

It will duplicate and download the entire repository.

这篇关于克隆GitHub存储库是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆