0

I'm following the Git Complete: The Definitive, Step-By-Step Guide offered through stackskills. The author is Jason Taylor.

These are the first commands he give once gitbash is installed.

pwd
mkdir projects
cd projects
pwd

I get this everytime:

mkdir: cannot create directory ‘projects’: Permission denied

I'd like to continue the course, but there is no help forum.

Michael Benjamin
  • 346,931
  • 104
  • 581
  • 701
ahjaysus
  • 1
  • 2
  • What directory are you in when you run these commands? – Carl Groner Aug 04 '16 at 23:04
  • You left out the output from `pwd`, which shows you what directory you're in. It's relevant. Why did you not show the response from either one of them? The four commands work fine on my system using Git Bash. – Ken White Aug 05 '16 at 02:32

1 Answers1

0

you have launch gitbash as an administrator. just make a right click on the bash icon on start menu or taskbar, then you ll see the option.