progit2 icon indicating copy to clipboard operation
progit2 copied to clipboard

[6.2 GitHub - Contributing to a Project] - error "Support for password authentication was removed on August 13, 2021"

Open dmpossa opened this issue 1 year ago • 0 comments

There's no existing/similar bug report.

  • [X] I have searched the existing issues

This report is about a single actionable bug.

  • [X] I'm reporting a single actionable bug

This report is about the ProGit book, version 2, English language.

  • [X] This bug is not about a translation or old version

Bug covers book website/pdf

  • [X] I confirm the bug is about the book as found on the website/pdf

Problem is present in the Pro Git book on the website?

  • [ ] This bug also affects the Pro Git book as published on the website.

Which version of the book is affected?

Source files

Describe the bug:

At line:

git push origin slow-blink (6)

Get the error:

emote: Support for password authentication was removed on August 13, 2021.

Steps to reproduce:

user@linux:~/git-folder/blink$ git push origin slow-blink fatal: cannot exec '/usr/bin/ksshaskpass': No such file or directory Username for 'https://github.com': user fatal: cannot exec '/usr/bin/ksshaskpass': No such file or directory Password for 'https://[email protected]': 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/tonychacon/blink/'

Expected behavior:

Authenticate with smart http

Screenshots:

No response

Additional context:

No response

Device

No response

Operating system

No response

Browser/application + version

No response

dmpossa avatar Jan 08 '25 11:01 dmpossa