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

[ADD] add more errors and solution #187

Open
devvsakib opened this issue Jul 14, 2024 · 1 comment
Open

[ADD] add more errors and solution #187

devvsakib opened this issue Jul 14, 2024 · 1 comment
Labels
beginner friendly documentation Improvements or additions to documentation EddieHub:good-first-issue good first issue Good for newcomers

Comments

@devvsakib
Copy link
Owner

Is your feature request related to a problem? Please describe.
Need more errors with solutions. Please add every error or issue you face while using GitHub git

@devvsakib devvsakib added documentation Improvements or additions to documentation good first issue Good for newcomers EddieHub:good-first-issue beginner friendly labels Jul 14, 2024
@nealgoogs
Copy link

I kept running into this problem while working on this project.

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

Solution:
Best way is to add ssh key to github settings.
So something like
1.Check if ssh keys exist already
ls -al ~/.ssh
If not
ssh-keygen -t ed25519 -C "GitHub@email.address"

2.cat ~/.ssh/id_ed25519.pub
Add the contents of this to Github settings in the access sidebar

Then finally
3. git remote set-url origin git@github.com:username/respository.git/

Needs to be much more tidy, but yeah that is the gist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner friendly documentation Improvements or additions to documentation EddieHub:good-first-issue good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants