xxxxxxxxxx
You need to a remote repository
git remote add upstream GIT_REPO
xxxxxxxxxx
The only necessary command from the article is ->
git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
you can proceed after the above command. ->
git fetch upstream