Skip to main content

All Questions

Tagged with
2 votes
2 answers
9k views

How to download a file from private GitHub repo via the command line

I'd like to find an easier way to grab a file from a private GitHub repository. I managed to download a file via curl by creating a personal access token on GitHub, and then using it like this: curl ...
Simone's user avatar
  • 145
1 vote
1 answer
11k views

curl to download file located at github

I would like to donwload openjdk11 using cURL from github but the download stops just after few seconds, this is what I tried: curl -o openjdk11.tar.gz https://github.com/AdoptOpenJDK/openjdk11-...
akuma8's user avatar
  • 115
11 votes
2 answers
26k views

How to download a private GitHub repo with no 'git' on my local machine?

What I want to do is to download private repository archive from GitHub, extract it, remove archive file and copy some directories that are inside downloaded project. I tried to use wget but I cannot ...
Kamil Lelonek's user avatar