wiki-heroku icon indicating copy to clipboard operation
wiki-heroku copied to clipboard

Empty repository on 'git pull'

Open landreussi opened this issue 7 years ago • 2 comments

Good afternoon,

I ran the command to clone the repository by following the instructions in my heroku panel

heroku git: clone -a myrepo cd myrepo

But this repository is empty

Did I do something wrong or is this a bug?

landreussi avatar Jun 05 '18 15:06 landreussi

Follow the instructions in the README. Where, "this repo" is wiki-heroku. You can push it to your already configured heroku app that was deployed automatically for you.

Clone this repo
Make and commit your configuration changes
git remote add heroku https://git.heroku.com/my-wiki.git
git push heroku, or if you are on a branch, git push heroku mybranch:master

bmann avatar Aug 06 '18 17:08 bmann

I have the same problems following all the instructions from heroku. Of course I have Win10Home and no way to install docker locally. Is it really impossible to download the installed WikiJS from heroku ever again?

And how to update it? Already it installed with an old version of NodeJS (10 instead of 12).

patlecat avatar Feb 18 '20 19:02 patlecat