You are not logged in.
Whenever I try to use the wget command to get download a file from aur.archlinux.org/x.git, it couldn't be found.
For example:
wget https://aur.archlinux.org/spotify.git
...
Connecting to aur.archlinux.org...
HTTP request sent, awaiting response... 404 Not Found
2017-04-08 19:18:01 ERROR 404: Not Found
The same goes for discord-canary
What should I do?
Last edited by Daemono (2017-04-09 11:46:53)
Offline
First, there is a typo in the url. Second, why would you want to use wget on a git repo. Use `git clone ...`
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Thanks! 'Git clone' works!
I was using wget because I forgot to download/install the git repo
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline