今天上传使用webstorm上传代码到git时报出了异常:
HttpRequestException encountered. ʱ HttpRequestException
encountered. ʱ Invocation failed Server returned invalid
Response. java.lang.RuntimeException: Invocation failed Server
returned invalid Response. at org.jetbrains.git4idea.http.GitAskPassXmlRpcClient.askUsername(GitAskPassXmlRpcClient.java:50)
at
org.jetbrains.git4idea.http.GitAskPassApp.main(GitAskPassApp.java:64)
Caused by: java.io.IOException: Server returned invalid Response. at
org.apache.xmlrpc.LiteXmlRpcTransport.sendRequest(LiteXmlRpcTransport.java:242)at
org.apache.xmlrpc.LiteXmlRpcTransport.sendXmlRpc(LiteXmlRpcTransport.java:90)at org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:72)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:194) at
org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:185) at
org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:178) at org.jetbrains.git4idea.http.GitAskPassXmlRpcClient.askUsername(GitAskPassXmlRpcClient.java:47)
… 1 more remote: No anonymous write access. Authentication failed
报错的内容还是比较长的,有点儿被我拿来凑字数的感觉。。。。
第一时间觉得是git更新了,一些组件不适用,经过一番查找找到了问题所在和解决办法。
原因:git凭证管理器需要更新
解决方法:点击进入
点击下载安装这一个,然后重启webstorm即可。
这个方法对jetbrain公司旗下的其他软件,pycharm、idea、PHPstorm应该都有效。