当前位置:网站首页>remote: Support for password authentication was removed on August 13, 2021

remote: Support for password authentication was removed on August 13, 2021

2022-06-12 20:39:00 Let me love you

intend : Support for password authentication has been 2021 year 8 month 13 Day removal . Please use a personal access token instead . Simply put, you need to change your password to token
solve
user -> Settings -> Developer settings -> Personal access tokens -> Generate new token -> Generate token

️ Pay attention to the token preserved , Show only once

# clone Code 
git clone https://<your_token>@github.com/<uasename>/<repo>.git
#  Set up URL
git remote set-url origin https://<your_token>@github.com/<uasename>/<repo>.git
原网站

版权声明
本文为[Let me love you]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/163/202206122036344625.html