Yekaterina Posted July 28, 2021 Report Share Posted July 28, 2021 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! Quote Link to comment Share on other sites More sharing options...
Lion.Kanzen Posted July 28, 2021 Report Share Posted July 28, 2021 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. 1 Quote Link to comment Share on other sites More sharing options...
Freagarach Posted July 28, 2021 Report Share Posted July 28, 2021 You can try setting up a SSH key? 2 Quote Link to comment Share on other sites More sharing options...
Ceres Posted July 29, 2021 Report Share Posted July 29, 2021 Or an API token? 1 Quote Link to comment Share on other sites More sharing options...
ProfJski Posted August 8, 2021 Report Share Posted August 8, 2021 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 1 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.