这意味着什么克隆GitHub存储库? [英] what does this mean clone the GitHub repository?

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

问题描述

我正在尝试在我的应用中使用Facebook。我在developer.facebook.com上阅读这篇文章

I am trying to use facebook with my app. I read this on developer.facebook.com

安装XCode

安装Git

克隆GitHub存储库:

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

Clone the GitHub repository:
git clone git://github.com/facebook/facebook-ios-sdk.git

我已经安装了XCode和Git。克隆GitHub存储库意味着什么:

git clone git://github.com/facebook/facebook-ios-sdk.git <
,我该怎么做。

i have installed XCode and Git. What does it mean to Clone the GitHub repository:
git clone git://github.com/facebook/facebook-ios-sdk.git
and how can i do that.

推荐答案

克隆存储库意味着您将下载整个存储库代码。

To clone a repository means that you will download the whole code of the repository.

很显然,你在Mac上,所以启动你的终端,创建一个文件夹并输入

Obviously, your are on a Mac, so launch your Terminal, create a folder and type

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

您将下载代码。

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

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