Git 不断丢失对 stash 的引用

Git keeps loosing reference to stash

从 bitbucket 克隆我的 repo 后,我可以推送一个提交。

但在那之后,每当我尝试推送时,我都会收到错误消息(其中括号是实际细节,而不是此处使用的占位符):

The system cannot find the path specified.
error: failed to push some refs to 'https://<user>@<repo>/<path>/<name>.git'

我可以再次克隆回购协议,再次推送一次,但随后出现相同的错误。

有什么帮助吗?

我的 package.json 中有一个 pre-commit 挂钩,它引用了 no-longer 存在的文件夹。