2013年5月19日 星期日

[GitHub] How to download the file from github


[GitHub] How to download the file from github



1. Go to GitHub website

https://github.com/<UserName>



2. Choose which reporsitory you want to download

ArchLinux-auto-install-script



3. Click the file, then you can see the content of the code.

ArchLinux-auto-install-script.sh



4. At the top right corner have four button was called "Edit" "Raw" "Blame" "History".

Please press the "Raw" button.

Copy the website to the end of wget.



Example :

wget --no-check-certificate  https://raw.github.com/<UserName>/ArchLinux-auto-install-script/master/ArchLinux-auto-install-script.sh

or

wget https://raw.github.com/<UserName>/ArchLinux-auto-install-script/master/ArchLinux-auto-install-script.sh


Related Posts:

0 意見:

張貼留言