AppVeyor GitHub::无效参数致命:无法签出工作树
AppVeyor GitHub: : Invalid argument fatal: unable to checkout working tree
我正在为我的 GitHub 项目使用 AppVeyor。
一段时间以来,构建总是失败。
我不断收到这条消息。
git clone -q --branch=master https://github.com/SteffenMoritz/imputeTS.git C:\projects\imputets
: Invalid argument
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
Command exited with code 128
我假设,代码没有问题...而是检查 github 中的文件时出错。我现在想知道如何解决这个问题。
看起来这个错误不是 AppVeyor 环境特有的——它可以在我的开发机器上本地重现。请看下面的屏幕截图。我尝试按照错误消息中的建议执行 git checkout -f HEAD
但无济于事。希望对您有所帮助。
我正在为我的 GitHub 项目使用 AppVeyor。 一段时间以来,构建总是失败。
我不断收到这条消息。
git clone -q --branch=master https://github.com/SteffenMoritz/imputeTS.git C:\projects\imputets : Invalid argument fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry the checkout with 'git checkout -f HEAD' Command exited with code 128
我假设,代码没有问题...而是检查 github 中的文件时出错。我现在想知道如何解决这个问题。
看起来这个错误不是 AppVeyor 环境特有的——它可以在我的开发机器上本地重现。请看下面的屏幕截图。我尝试按照错误消息中的建议执行 git checkout -f HEAD
但无济于事。希望对您有所帮助。