Cannot see the code in Github for my new R package

I am developing a new package and I cannot see the code in my GitHub repository, but I cannot see the code on my repository.

use_github()
Error in check_no_github_repo():
:heavy_multiplication_x: Repo "ManuelSpinola/paisaje" already exists on
"github.com".
Run rlang::last_trace() to see where the error occurred.

What I need to do to see the code in the Github repository?

Your repo is already on GitHub so you just need to commit and push your files.

Thank you very much. I forgot to do this:

git push --set-upstream origin main

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.