Skip to content

unable to submit pull request because I'm not a collaborator? #121562

Discussion options

You must be logged in to vote

Hey @CrashDavis010,

I think you are referring to this repository: https://github.com/CrashDavis010/token-list, which you have forked.

Before making changes to this, first, connect your Git to GitHub:

Run these commands:

  1. Set a Git username:
    git config --global user.name CrashDavis010

  2. Confirm the username:
    git config --global user.name

Setting your commit email address on GitHub:

  1. Set a Git Email:
    git config --global user.email "YOUR_EMAIL" (open settings > Emails > Add Email > Verify your email > Use Github no reply email)
    It will look like this [email protected].

  2. Confir…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by CrashDavis010
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment