当前位置:网站首页>Invocation failed Unexpected end of file from server
Invocation failed Unexpected end of file from server
2022-06-26 18:57:00 【xiyangyang8110】
Use today android studio Graphical interface of gitee On push Code , All of a sudden, an error was reported :
The call failed because the server file ended unexpectedly
Invocation failed Unexpected end of file from server
java.lang.RuntimeException: Invocation failed Unexpected end of file from server
at org.jetbrains.git4idea.GitAppUtil.sendXmlRequest(GitAppUtil.java:30)
at org.jetbrains.git4idea.http.GitAskPassApp.main(GitAskPassApp.java:58)
Caused by: java.net.SocketException: Unexpected end of file from server
at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:866)
at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)
at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:863)
at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1615)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520)
at org.apache.xmlrpc.DefaultXmlRpcTransport.sendXmlRpc(DefaultXmlRpcTransport.java:87)
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.GitAppUtil.sendXmlRequest(GitAppUtil.java:27)
... 1 more
error: unable to read askpass response from 'C:\Users\Administrator\AppData\Local\Google\AndroidStudio2021.1\tmp\intellij-git-askpass-local.sh'
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://gitee.com': No such file or directory
Use git push Command submission code resolution
边栏推荐
- Wechat applet uniapp left slide delete with Delete Icon
- Kubernetes resource topology aware scheduling optimization
- Xlua get button registration click event of ugui
- Feign remote call
- The eigen library calculates the angle between two vectors
- Why don't I recommend going to sap training institution for training?
- [kubernetes] kubernetes principle analysis and practical application (under update)
- JSONUtils工具类(基于alibaba fastjson)
- DVD digital universal disc
- Example of using QPushButton style (and method of adding drop-down menu to button SetMenu)
猜你喜欢

Feign remote call

手机影像内卷几时休?

Boot的单元测试

商品秒杀系统

Refresh the strong pointer assignment problem in the HP-UX system of Sanguan

限流设计及实现

项目实战四:用户登录及token访问验证(reids+jwt)

Solidity - contract inheritance sub contract contains constructor errors and one contract calls the view function of another contract to charge gas fees

MySQL recharge

Image binarization
随机推荐
Kubernetes resource topology aware scheduling optimization
xlua获取ugui的button注册click事件
Boyun, standing at the forefront of China's container industry
Interview key points that must be mastered index and affairs (with B-tree and b+ tree)
Résumé des points de connaissance
品达通用权限系统(Day 1~Day 2)
Installation and use of logstash
Successfully solved the problem of garbled microservice @value obtaining configuration file
Example of using QPushButton style (and method of adding drop-down menu to button SetMenu)
读书笔记:《过程咨询 III》
wm_ Concat() and group_ Concat() function
Some basic mistakes
[kubernetes] kubernetes principle analysis and practical application (under update)
8VC Venture Cup 2017 - Final Round C. Nikita and stack
[MySQL series] collection of common working SQL (continuous update)
Nftgamefi chain game system development detailed solution - chain game system development principle analysis
LeetCode 128最长连续序列
The king of Internet of things protocol: mqtt
Project practice 4: user login and token access verification (reids+jwt)
Feign远程调用