react-gh-pages icon indicating copy to clipboard operation
react-gh-pages copied to clipboard

Suggested Update to README Step 6

Open summercody opened this issue 3 years ago • 1 comments

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!).

summercody avatar Feb 26 '22 02:02 summercody

Hi @summercody, thank you for reporting this!

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

gitname avatar Nov 11 '22 23:11 gitname