
Is there anything else I can try to fix the issue? Like comment: Like comment: 6 likes Thread Trishas-MBP-2:src TrishaBernice$ git remote add origin TrishaBernice$ npm run deploy Trishas-MBP-2:src TrishaBernice$ git remote -v Trishas-MBP-2:src TrishaBernice$ git remote rm origin can you please advice me on what i should do here? I will really appreciate it! Like comment: Like comment: 8 likes Comment button Reply Collapse Expand I tried git remote rm origin and it still won't work. Npm ERR! A complete log of this run can be found in: There is likely additional logging output above. Npm ERR! This is probably not a problem with npm. Please make sure you have the correct access rights I accidentally copy pasted this on my terminal : git remote add origin now i keep getting this:Ĭloning into 'node_modules/gh-pages/.cache/ Permission denied (publickey).įatal: Could not read from remote repository.

If you have any questions, please don't hesitate to ask. Then we installed gh-pages as a dev-dependencyĪnd in package.json file we added some properties homepage also in existing scripts property we added predeploy and deployĪnd created a remote repository and initialize itĪnd run npm run deploy to generate a production build and deploy it to GitHub Pages. We created React App using create-react-app This command will create a branch named gh-pages this branch host your app, and homepage property you created in package.json file hold your link for a live preview, or you can open the branch setting scroll down to GitHub Pages section you will find this:Ħ- commit and push your commit to GitHub. Git remote add origin Now deploy it to GitHub Pages. Now, create a remote GitHub repository with your app name and go back initialize this Second in the existing scripts property we to need to add predeploy and deploy.Ĥ- Create a Github repository and initialize it and add it as a remote in your local git repository. The first property we need to add at the top level homepage second we will define this as a string and the value will be " is the name of the GitHub repository you created it will look like this : Notice You’ll need to have Node 8.10.0 or later on your local machine.ġ- First create a repository named my-app using create-react-app.Ģ- We need to install GitHub Pages package as a dev-dependency. Make sure you have Node.js and Npm installed in your machine.

Install Git in your machine and Set up Git. I will show how to create and deploy React App using create-react-app and GitHub Pages


Did you build React app and want to deploy it, following these simple steps you able to deploy and showing the world your amazing app.
