I had similar problem and I ran following command and my problem was resolved:
sudo chown -R $(whoami) my-project-folder
Works on both Ubuntu & OS X
To check username use: whoami
I had similar problem and I ran following command and my problem was resolved:
sudo chown -R $(whoami) my-project-folder
Works on both Ubuntu & OS X
To check username use: whoami