Skip to content

Newbie (possible) stupid question #22353

Answered by djkeh
marcio-jr asked this question in New to GitHub
Discussion options

You must be logged in to vote

If you mean copying a remote project to your remote repository, yes you have a solution: Github fork

If you mean copying a remote project to your local computer, I think git clone is the clean and only answer.

However, if you still simply want a copy to your local place and you don’t really care about any ideas of version control, so that’s the reason you didn’t want to install git, well Github can do that for you: Download ZIP.

  1. find this from Github project main page.

You’ll instantly get a zip file.

  1. Get a link of it

That download zip link has a certain pattern if the owner didn’t customize the project option.

https://github.com/{account}/{project}/archive/{branch-name}.zip

branch-…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

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