zoukankan      html  css  js  c++  java
  • git pull错误记录及解决

    执行操作:$ git pull

    返回错误:

    error: RPC failed; result=7, HTTP code = 0

    fatal: The remote and hung up unexpectedly

    然后,更换github的邮箱换为最初的gmail的,

    重新执行操作:$ git pull origiin m8:liuyk

    得到响应:Already up-to-date.

    多次执行同样操作:

    得到响应:

    fatal: unable to access 'https://github.com/xxx/xx.git': Failed to connect to github.com port 443: Timed out

    得到响应:

    fatal: Authentication failed for 'https://xxxxxx'

    得到响应:

    Already up-to-date.

    目测是网络问题。

  • 相关阅读:
    Redis(二)
    Redis
    Nginx
    Linux的环境配置
    深入mysql
    SpringBoot入门
    Thymeleaf入门
    Mybatis之resultMap
    Mybatis入门
    使用第三方实现微信登录
  • 原文地址:https://www.cnblogs.com/niceforbear/p/4720360.html
Copyright © 2011-2022 走看看