如何下载.sh 文件的数据集?

如何下载.sh 文件的数据集?

我正在看 GitHub 上的一个研究项目:https://github.com/msr-ds3/nyctaxi

有一个名为的 shell 脚本文件download_taxidata.sh。我尝试在 Windows 上使用 Ubuntu 上的 bash 来弄清楚如何查看数据集。chomd +x download_taxidata.sh然后我这样做了./download_taxidata.sh。但出现了一个错误syntax error near unexpected token newline' doctype html '。现在我不知道该怎么做。

答案1

他们的 Google 帐户有问题。如果您尝试使用包含以下内容的 bash 脚本文件下载文件:

<?xml version='1.0' encoding='UTF-8'?>
<Error>
<Code>AccountProblem</Code>
<Message>Your Google account is not currently enabled for this operation. Please check https://console.developers.google.com/billing to see if you have a past due balance or if the credit card (or other payment mechanism) on your account is expired. You can find additional information at https://developers.google.com/storage/docs/signup
</Message>
</Error>

相关内容