git push报错:error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401

git push报错:error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401 fatal: The remote end hung up unexpectedly

错误代码:

error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401
fatal: The remote end hung up unexpectedly

原因分析:
本地保存的用户名和密码不对,要清除本地保存的账号密码信息

解决办法:

1.打开控制面板(window + R 输入control)
2.点击 用户账户 ➡ 凭据管理器(Windows凭据)
3.修改或删除本地密码
4.git push

你可能感兴趣的:(git,git)