Skip to content

how to clone repo #22288

Answered by Wabri
renato67 asked this question in New to GitHub
Discussion options

You must be logged in to vote

Hi @renato67,

Welcome to the Github Community Forum!

To clone a repository you can simply take the url give by the web ui:

Than git clone in local:

git clone <url>

If the repository is this https://github.com/mkdocs/mkdocs, you can copy that git url and clone with this command:

git clone https://github.com/mkdocs/mkdocs.git

To install you can follow this guide: https://www.mkdocs.org/#installation

Hope to solve your problem 😊 

-Gabriele-

Mark helpfull posts with Accept as Solution to help other users locate important info. Don’t forget to give Kudos for great contents!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants