小编Çrâ*_*Bøî的帖子

Git 错误 - 致命:“松散对象文件”上的 fsync 错误:错误的文件描述符

我正在使用 ReactJs 和 NodeJs 开发一个聊天应用程序。我已经使用 git 将其部署在 herokuapp 上,并且正在 Visual Studio 代码中构建应用程序。

当我尝试提交更改时,发生了此错误,并且由于此错误,我无法提交任何更改。

错误的 Git 日志:

$ git status -z -u
$ git symbolic-ref --short HEAD
$ git rev-parse master
$ git rev-parse --symbolic-full-name master@{u}
$ git show :client/public/index.html
fatal: no upstream configured for branch 'master'
$ git for-each-ref --format %(refname) %(objectname) --sort -committerdate
$ git remote --verbose
$ git check-ignore -z --stdin
$ git add -A -- .
fatal: fsync error on 'loose object file': Bad file descriptor
$ …
Run Code Online (Sandbox Code Playgroud)

git repo

6
推荐指数
1
解决办法
3081
查看次数

标签 统计

git ×1

repo ×1