gitname / react-gh-pages

Deploying a React App (created using create-react-app) to GitHub Pages
6.61k stars 924 forks source link

Suggested Update to README Step 6 #87

Open summercody opened 2 years ago

summercody commented 2 years ago

Hello! I have one recommended update -- GitHub stopped allowing password authentication through CLI's in 2020, so if you add a remote by just typing in the repo URL (step 6) and you don't already have a personal access token enabled, you'll hit an error when you try to deploy. You have to add the remote using the repository's SSH key instead (or have a PAT set up!).

gitname commented 2 years ago

Hi @summercody, thank you for reporting this!

Link to related PR from September: https://github.com/gitname/react-gh-pages/pull/111