Github: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
Line 35: Line 35:


==Password authentication is not supported for Git operations==
==Password authentication is not supported for Git operations==
Use Personal Acces Token instead: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
Check:
* https://docs.github.com/en/authentication/connecting-to-github-with-ssh
 
or ese Personal Acces Token instead: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

Revision as of 13:00, 15 January 2026

Links

https://github.com/drduh/YubiKey-Guide


HOWTO

Use ssh

On github.com go to Settings->SSH and GPG keys Add key: paste your public key Make sure your ssh client uses correct key:

Host github.com
  IdentityFile ~/.ssh/id_ed25519

And

git remote set-url origin git@github.com:username/repository.git

FAQ

The authenticity of host 'github.com (140.82.121.3)' can't be established.

Create pull request


This branch has conflicts that must be resolved

resvolve them :)


remote: Support for password authentication was removed

Password authentication is not supported for Git operations

Check:

or ese Personal Acces Token instead: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token