Heroku 命令:读取 $Recycle.Bin: 句柄无效

Heroku command: read $Recycle.Bin: Handle is invalid

在任何 heroku 命令上,例如 herokuheroky openheroku ps,我的系统 (windows) 一直说:

read C:$Recycle.Bin: The handle is invalid.

多次,随后

EISDIR: EISDIR: illegal operation on a directory, read

我不知道出了什么问题。这是一个ssh问题吗?看起来它正在我的回收站中寻找一个空文件。 heroku _heroku login 等命令有效,但它们也会多次给出 handle is invalid 错误。 我已经用 git 重新安装了 heroku。还有其他想法吗?

似乎是一个环境变量 SSL_CERT_DIR,我已将其设置为 C:\ 以尝试解决其他一些 (windows) 问题。

经过一番搜索,我发现可以使用以下命令删除回收站:

rd /s /q C:$Recycle.bin

导致了同样的错误,但是 $recycle.bin 被出现在 C:/ 中的第一个文件夹替换了。这给了我搜索任何指向 C:/.

的提示

希望这可以帮助遇到同样错误的人减少花在错误上的时间:)