首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >克隆manos的Github存储库

克隆manos的Github存储库
EN

Stack Overflow用户
提问于 2014-02-14 22:43:57
回答 1查看 58关注 0票数 1

我认为这很容易,但是我没有克隆http://github.com/jacksonh/manos,所以我可以构建这个项目。

代码语言:javascript
复制
[dev@vps ~]$ git clone http://github.com/jacksonh/manos
Initialized empty Git repository in /home/dev/manos/.git/

以上内容永远不会返回,也不会创建任何目录。我可以使用http地址浏览源代码,但我不知道如何克隆git?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-02-14 22:51:15

这应该对你有用。

代码语言:javascript
复制
git clone https://github.com/jacksonh/manos.git

对我来说是这样:

代码语言:javascript
复制
$ git clone https://github.com/jacksonh/manos.git
Cloning into 'manos'...
remote: Reusing existing pack: 9805, done.
remote: Counting objects: 34, done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 9839 (delta 8), reused 10 (delta 0)
Receiving objects: 100% (9839/9839), 5.28 MiB | 1.99 MiB/s, done.
Resolving deltas: 100% (5128/5128), done.
Checking connectivity... done.
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/21790817

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档