当前位置:网站首页>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
边栏推荐
- ARM裸板调试之串口打印及栈初步分析
- Minimum spanning tree, shortest path, topology sorting, critical path
- DAPP丨LP单双币流动性质押挖矿系统开发原理分析及源码
- Project practice 4: user login and token access verification (reids+jwt)
- Résolution du problème: la machine virtuelle n'a pas pu copier et coller le fichier
- Boot indicator monitoring
- Interview key points that must be mastered index and affairs (with B-tree and b+ tree)
- JSONUtils工具类(基于alibaba fastjson)
- 50行代码爬取Top500图书导入TXT文档
- Preliminary analysis of serial port printing and stack for arm bare board debugging
猜你喜欢
Solidity - 合约继承子合约包含构造函数时报错 及 一个合约调用另一合约view函数收取gas费用
9. Intelligent transportation project (2)
(multi threading knowledge points that must be mastered) understand threads, create threads, common methods and properties of using threads, and the meaning of thread state and state transition
CD-CompactDisk
自己创建一个时间拦截器
Leetcode 238 product of arrays other than itself
Logstash安装及使用
Leetcode interview question 29 clockwise print matrix
Clion编译catkin_ws(ROS工作空间包的简称)加载CMakeLists.txt出现的问题
黑客用机器学习发动攻击的九种方法
随机推荐
stm32和电机开发(直流有刷电机和步进电机)
xlua获取ugui的button注册click事件
LeetCode 128最长连续序列
Conditional compilation in precompiling instructions
The successfully resolved idea cannot use the log normally after referencing Lombok's @slf4j
黑客用机器学习发动攻击的九种方法
微信小程序 uniapp 左滑 删除 带删除icon
ISO documents
Refresh the strong pointer assignment problem in the HP-UX system of Sanguan
Solidity - contract inheritance sub contract contains constructor errors and one contract calls the view function of another contract to charge gas fees
品达通用权限系统(Day 3~Day 4)
Redis Basics
Record of user behavior log in SSO microservice Engineering
sql 中的alter操作总结
Development principle analysis and source code of dapp-lp single and dual currency liquidity pledge mining system
Installation and use of filebeat
Using cache in vuex to solve the problem of data loss in refreshing state
Convex hull problem
链游开发成品源码 链游系统开发详情说明
Preliminary analysis of serial port printing and stack for arm bare board debugging