原因
- 修改了git账户的密码 然后
push
的时候报错
RPC failed; HTTP 401 curl 22 The requested URL returned
error: 401 The remote end hung up
解决办法
- 运行命令
git config --global credential.helper store
- 再重新
push
会提示输入账户和密码 则完成push
push
的时候报错RPC failed; HTTP 401 curl 22 The requested URL returned
error: 401 The remote end hung up
git config --global credential.helper store
push
会提示输入账户和密码 则完成push
本文标题:git修改密码后push 报错RPC failed; HTTP
本文链接:https://www.haomeiwen.com/subject/bnpgdqtx.html
网友评论