! [remote rejected] master -> master (failure) error: failed to push some refs to'https://github.com/<name>/<repo>.git'
解决方法
查找许多方法未能很好解决,最终选择暴力提交
1
git push -f origin master
问题信息
1 2
remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/en/get-started、getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.