Answers for "how to download a single file from a github repo"

1

download single file from github

1. Go to the file you want to download.
2. In the top right, click the Raw button. -> you can see the raw-file-URL
3. Either save page as or use wget raw-file-URL in terminal
Posted by: Guest on May-17-2022
1

download single file from github

curl -LJO <raw file URL>
Posted by: Guest on June-21-2021

Code answers related to "how to download a single file from a github repo"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language