GitHub&Git

토큰 만료돼서 푸시안될때.

findTheValue 2021. 7. 28. 18:06

https://stackoverflow.com/questions/68191392/password-authentication-is-temporarily-disabled-as-part-of-a-brownout-please-us

 

Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead

I was using a username password for pushing my code, it was working for several months but suddenly I'm not able to do it and getting this error: Username for 'https://github.com': shreyas-jadhav

stackoverflow.com

참고

  1. Generate a new token from github's dev settings
  2. Update remote URL git remote set-url origin https://<token>@github.com/<git_url>
  3. pull once: git pull https://<token>@<git_url>.git