Falkor / dotfiles

Personal configuration files for bash, zsh, git, vim, screen etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wont download

faheemsidd15 opened this issue · comments

The font wont download... getting a 403 bad request

Sorry its a 400: Invalid Request

Indeed, you just need to click on Download to get it ;)
I will change the link to make the URL correct for raw download.

Thanks for reporting

Hum, then you have another problem. It works for me:

$> wget https://raw.githubusercontent.com/Falkor/dotfiles/master/fonts/SourceCodePro%2BPowerline%2BAwesome%2BRegular.ttf
--2019-10-16 16:38:15--  https://raw.githubusercontent.com/Falkor/dotfiles/master/fonts/SourceCodePro%2BPowerline%2BAwesome%2BRegular.ttf
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.120.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.120.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 233984 (228K) [application/octet-stream]
Saving to: ‘SourceCodePro+Powerline+Awesome+Regular.ttf’

SourceCodePro+Powerline+Awesome+Regular.ttf         100%[===================================================================================================================>] 228.50K  --.-KB/s    in 0.07s

2019-10-16 16:38:16 (3.19 MB/s) - ‘SourceCodePro+Powerline+Awesome+Regular.ttf’ saved [233984/233984]

After using wget it worked!!!