I have just found Heroku and am following their tutorial to install a nodejs application here.https://devcenter.heroku.com/articles/getting-started-with-nodejs#prepare-the-app
But I ran into some problems when trying to do "git clone"
I have installed the Heroku toolbar to my computer, then opened cmd.exe and was able to do "heroku login" and logged in successfully. Error started with me trying to clone the app with: git clone https://github.com/heroku/node-js-getting-started.git
>Error: unable to create file index.js (permission denied)
>clone succeeded but checkout failed
>unable to check out working tree
The following steps also created errors so I could not advance further with the tutorial:
inspect with "git status"
fatal: Not a git repository (or any of the parent directories): .git
retry chekcout with "git checkout -f HEAD"
fatal: Not a git repository (or any of the parent directories): .git
cd node-js-getting-started
The system cannot find the path specified
Please let me know where I went wrong