Skip to content

Commit

Permalink
Updated help resource for 403 git error in personal-website react
Browse files Browse the repository at this point in the history
  • Loading branch information
walnutdust committed Jun 12, 2020
1 parent baf9308 commit ebdc4e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Personal Website React/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ $ git commit -m "Initial commit"
$ git push --set-upstream origin master
```

Note: if you receive the following error message:

```bash
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/github-username/github-repository-name.git/info/refs
```
look at [this link](https://www.a2hosting.com/kb/developer-corner/version-control-systems1/403-forbidden-error-message-when-you-try-to-push-to-a-github-repository) for possible solutions!
**Add gh-pages package**
`gh-pages` builds your website from the React source code, and publishes them onto the `master` branch.
Expand Down

0 comments on commit ebdc4e8

Please sign in to comment.