Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push to github.com fails #122

Open
sverx opened this issue Jan 10, 2023 · 5 comments
Open

Push to github.com fails #122

sverx opened this issue Jan 10, 2023 · 5 comments

Comments

@sverx
Copy link

sverx commented Jan 10, 2023

As per the subject - it's no longer possible to push to remotes on GitHub.com:

Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentic

@sverx sverx changed the title Push to GutHub.com fails Push to github.com fails Jan 10, 2023
@sverx
Copy link
Author

sverx commented Jan 10, 2023

note: this happens both with the release version and with the pre-release build

@yumetodo
Copy link
Contributor

how about to use Personal Access Token or SSH?

@sverx
Copy link
Author

sverx commented Jan 10, 2023

How do I set that within the program?

@soramimi
Copy link
Owner

Try using private key instead of password authentication.

  1. Click the Property... in the Repository menu

image

  1. Click the Remote menu button, then click Add or Edit button

image

3 Set the URL starting with "[email protected]:" in the Remote URL field, and click the SSH key override button

image

  1. Set up an SSH private key file.

image

@ghost
Copy link

ghost commented Oct 23, 2023

Hello, I love Guitar so far, but this is a problem that I haven't been able to fix.

Even though I followed the steps specified in #122 (comment) I'm still not able to do any action though this program.

ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

This is typical error of not having the ssh registered into the keychain.

I double checked and my keys are correct. (I can go to the Linux terminal and perform any action with success)

How can I further debug this? Could the cause of this be a passphrase protected ssh key?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants