1

I trying to clone this repo, but I can't get the bash command line correctly:

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

according to this thread there should be URL button, but I can't find it.

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

where is the .git file?

thx!

2 Answers 2

3

You have to clone the entire repo, not just the folder. From command line, do git clone https://github.com/google/android-ui-toolkit-demos.git

Sign up to request clarification or add additional context in comments.

Comments

0

Open the repository and you will see the link on the button (SSH in the image)

enter image description here

enter image description here

If you did not set ssh keys so you will only see http/https

enter image description here

Copy the user, open git-bash and clone it :

git clone <url>

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.