1 Answers
That error indicates that you might have executed the command in a non-writable directory for your user account. Normally you should be able to do that in the home directory of your user account. Try again with:
cd ~
git clone https://github.com/ACloudGuru/gcp-cloud-engineer.git
Where did you execute this command? Which directory were you in when you executed this command?