Jump to content

Help! Git won't let me push!


Yekaterina
 Share

Recommended Posts

I tried to upload a mod into my repository, but I got this error:

remote: Password authentication is temporarily disabled as part of a brownout. Please use a perso
nal access token instead.
remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-g
it-operations/ for more information.
fatal: unable to access 'https://github.com/Yekaterina999/Bactrians/': The requested URL returned
error: 403


This happened when I tried to commit patches for my other mods as well. :( 

Please tell me how to fix this!

Link to comment
Share on other sites

13 minutes ago, Yekaterina said:

I tried to upload a mod into my repository, but I got this error:

remote: Password authentication is temporarily disabled as part of a brownout. Please use a perso
nal access token instead.
remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-g
it-operations/ for more information.
fatal: unable to access 'https://github.com/Yekaterina999/Bactrians/': The requested URL returned
error: 403


This happened when I tried to commit patches for my other mods as well. :( 

Please tell me how to fix this!

sounds like some problem with the account, you should check.

 

Sometimes they change the login form.

  • Thanks 1
Link to comment
Share on other sites

  • 2 weeks later...

GitHub wants all users to start using a personal access token rather than a password to authenticate.  The "brownout" is a temporary insistence (a few days) on setting up a personal access token so that folks can do it before they insist on it forever after August 13th.

How to set up a personal access token:

https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token

GitHub announcement with August 13th deadline:
"Beginning August 13, 2021, we will no longer accept account passwords when authenticating Git operations on GitHub.com."
https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/

Cordially,

Jski

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...