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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...