the-unix-workbench icon indicating copy to clipboard operation
the-unix-workbench copied to clipboard

github now requires access token

Open JACHome opened this issue 3 years ago • 0 comments

In the github chapter the first push command fails on the password with this message:

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: unable to access 'https://github.com/***/my-first-repo.git/': The requested URL returned error: 403

The mentioned github link in this message explains, but some help in the book would be good. Seems the login with token is asked for with every push from bash cli ..

JACHome avatar Aug 18 '21 13:08 JACHome