问题:
Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead.
解决方式:
- 访问github的 [tokens管理](https://github.com/settings/tokens)
- 通过github的access_token来进行仓库管理:
- `git clone https://oauth2:access_token@github.com/仓库地址.git`
评论/回复