Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialOlmas Isakov
4,947 PointsCannot download SQLite: permission denied
I am following the instructions to download using
curl -O http://sqlite.org/2014/sqlite-autoconf-3080600.tar.gz
But, this is what I get. Please help. I am using Mac.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file sqlite-autoconf-3080600.tar.gz: Permission
Warning: denied
0 1922k 0 1448 0 0 6482 0 0:05:03 --:--:-- 0:05:03 6464
curl: (23) Failed writing body (0 != 1448)
2 Answers
James Barnett
39,199 PointsDepending on what your current directory is where you run this command you may not have write permissions to that directory.
If that's the case then you can proceed the command with sudo
to enable you to write the download file to the directory you happen to be in.
Dustin Matlock
33,856 PointsHi Olmas, you may have to use sudo
in front of the command.