NorhanKhaled / SkillsAcademy-CAD

12 stars 4 forks source link

Sample App Cloning Issue #24

Closed bfalah closed 4 years ago

bfalah commented 4 years ago

Hi, I tried to clone the sample app by running the following command as indicated in the lecture of unit 3 git clone https://github.com/IBM-Cloud/get-started-node But I got the following error message: fatal: could not create work tree dir 'get-started-node': Permission denied

Any help is much appreciated

kareem-zakaria commented 4 years ago

Are you running cmd as administrator?

bfalah commented 4 years ago

Yes I am

Bouchaib Falah, Ph.D Associate Professor of Software Engineering School of Science and Engineering Al Akhawayn University, Ifrane, Morocco Work: +212535862194 Cell:+212658595282 Fax: +212535862030


From: Kareem Ahmed notifications@github.com Sent: Tuesday, May 5, 2020 5:37 PM To: NorhanKhaled/SkillsAcademy-CAD SkillsAcademy-CAD@noreply.github.com Cc: Bouchaib Falah B.Falah@aui.ma; Author author@noreply.github.com Subject: Re: [NorhanKhaled/SkillsAcademy-CAD] Sample App Cloning Issue (#24)

Are you running cmd as administrator?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/NorhanKhaled/SkillsAcademy-CAD/issues/24#issuecomment-624201720, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABACEQXO52GUL7LB5VD4CZLRQBFD7ANCNFSM4MZYBLDA.

kareem-zakaria commented 4 years ago

I believe the problem is that your current directory that you are trying to clone the app into does not have write/create permissions.

The solution is either creating a different directory where you have ownership (write permissions), or give rights to your current directory.

Kindly refer to this link: https://stackoverflow.com/questions/16376035/fatal-could-not-create-work-tree-dir-kivy

I hope this helps.

bfalah commented 4 years ago

Yes. I figured out the problem. It is working now. Thank you

kareem-zakaria commented 4 years ago

You're welcome!