GitHub&Git
토큰 만료돼서 푸시안될때.
findTheValue
2021. 7. 28. 18:06
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
참고
- Generate a new token from github's dev settings
- Update remote URL git remote set-url origin https://<token>@github.com/<git_url>
- pull once: git pull https://<token>@<git_url>.git