Forums

fatal: Authentication failed

i run

pa_autoconfigure_django.py --python=3.8 https://github.com/szyle/cryptosloth.live.git

its private repo so i guess thats why it ask me for login and a password...

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.

so i generated auth token and it still asks me for a password, and still can't make it work...

git only works when repo is public, when i set to private i get

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: Authentication failed for 'https://github.com/szyle/cryptosloth.live.git/'

The github documentation for how to create and use authentication tokens (https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) covers everything that you need to know. Make sure that you have given the token the permissions that you need.