克隆来自github的回购

时间:2016-03-22 18:34:50

标签: git github

我试图克隆这个repo,但我无法正确获取bash命令行:

https://github.com/google/android-ui-toolkit-demos/tree/master/RecyclerView/RecyclerViewAnimations

根据这个帖子应该有URL按钮,但我找不到它。

https://help.github.com/articles/cloning-a-repository/

.git文件在哪里?

THX!

2 个答案:

答案 0 :(得分:3)

您必须克隆整个仓库,而不仅仅是文件夹。从命令行执行git clone https://github.com/google/android-ui-toolkit-demos.git

答案 1 :(得分:0)

打开存储库,您将看到按钮上的链接(图像中的SSH)

enter image description here

enter image description here

如果您没有设置ssh密钥,那么您只会看到http/https

enter image description here

复制用户,打开git-bash并克隆它:

git clone <url>