我的git push无法正常工作并给出错误:RPC失败;curl 18传输关闭,剩余未读数据 [英] my git push is not working giving error : RPC failed; curl 18 transfer closed with outstanding read data remaining

查看:76
本文介绍了我的git push无法正常工作并给出错误:RPC失败;curl 18传输关闭,剩余未读数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这就是我的想法计数对象:100%(14/14),完成.增量压缩最多使用4个线程压缩对象:100%(10/10),完成.书写对象:100%(10/10),1.47 MiB |完成6.71 MiB/s.总计10(增量5),重用0(增量0)错误:RPC失败;curl 18传输关闭,剩余未读数据致命:远端意外挂断致命:远端意外挂断一切都是最新的

This is what my ide showing counting objects: 100% (14/14), done. Delta compression using up to 4 threads Compressing objects: 100% (10/10), done. Writing objects: 100% (10/10), 1.47 MiB | 6.71 MiB/s, done. Total 10 (delta 5), reused 0 (delta 0) error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: the remote end hung up unexpectedly fatal: the remote end hung up unexpectedly Everything up-to-date

 User-PC@Murads-PC MINGW64 /c/web-development/portfolio (main)
    $ git status
    On branch main
    Your branch is ahead of 'origin/main' by 3 commits.
      (use "git push" to publish your local commits)
    
    Changes not staged for commit:
      (use "git add <file>..." to update what will be committed)
      (use "git restore <file>..." to discard changes in working directory)
            modified:   index.html
    
    no changes added to commit (use "git add" and/or "git commit -a")

推荐答案

通常,这表明某种网络问题.这可能是因为计算机以外的地方存在问题,也可能是因为计算机本身存在问题.

Usually this indicates some sort of network problem. That can be because there's a problem somewhere beyond your computer, or it can be because there's a problem on your computer itself.

这些问题通常是由代理,第三方防病毒软件或防火墙或其他监视或拦截网络流量的程序引起的.这些服务由于多种原因可能会尝试终止连接,从而导致此结果.

Oftentimes these problems are caused by a proxy, a third-party antivirus or firewall, or other programs which monitor or intercept network traffic. These services can for many reasons try to terminate connections, leading to this result.

如果您使用的是代理,请尝试切换到没有代理的网络.如果您使用的是第三方防病毒软件,防火墙或其他拦截网络流量的程序,请尝试将其完全卸载并重新启动.如果在您的环境中无法做到这一点,请与您的IT部门联系以解决该问题,并告诉他们您认为该软件正在阻止您完成工作.

If you're using a proxy, try switching to a network without it. If you're using a third-party antivirus, firewall, or other program intercepting network traffic, try uninstalling it completely and restarting. If this isn't possible in your environment, contact your IT department about the problem, and tell them that you believe that software is preventing your from doing your job.

如果您已完成所有这些操作,但都无济于事,则可能需要与ISP联系,以查看您的连接是否存在网络问题.

If you've done all of these and none of them help, you may want to contact your ISP to see if there's a network problem on your connection.

这篇关于我的git push无法正常工作并给出错误:RPC失败;curl 18传输关闭,剩余未读数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆