Skip to content

Cant push to GItHub #123225

May 10, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hey @I-Shizu

So I do not use SSH for pushing but maybe you want to look at this other way:

  1. Create a token in the settings (must be logged in to see this).
  2. Then you can do, in your git repo
git remote add origin2 https://github.com/I-Shizu/<REPO-NAME>
# git pull origin2 main
git push origin2 main

You will need to enter your account name. Then for the password, use the token. The password you use for authentication will not be accepted.

Hope this helps.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@I-Shizu
Comment options

@CopperEagle
Comment options

Answer selected by I-Shizu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Programming Help Programming languages, open source, and software development.
2 participants