zoukankan      html  css  js  c++  java
  • git 错误 fatal: loose object...is corrupt

    错误描述:

    error: object file .git/objects/9a/83e9c5b3d697d12a2e315e1777ceaf27ea1bab is empty
    fatal: loose object 9a83e9c5b3d697d12a2e315e1777ceaf27ea1bab (stored in .git/objects/9a/83e9c5b3d697d12a2e315e1777ceaf27ea1bab) is corrupt


    解决方法:

    $ rm -fr .git
    $ git init
    $ git remote add origin your-git-remote-url
    $ git fetch
    $ git reset --hard origin/master
    $ git branch --set-upstream-to=origin/master master 





  • 相关阅读:
    快速模幂
    UPC-2249 曲线分割【递推】
    maven 服务器
    maven repo
    php-fpm sock
    mysql
    go 1
    xdebug
    centos
    win10 2503 2502
  • 原文地址:https://www.cnblogs.com/Windeal/p/4284608.html
Copyright © 2011-2022 走看看