我正在尝试使用以下命令将 Google App Scripts 代码推送到云
clasp push
但它失败并出现以下错误。
responseType: 'json',
retryConfig: {
currentRetryAttempt: 3,
retry: 3,
httpMethodsToRetry: [Array],
noResponseRetries: 2,
statusCodesToRetry: [Array]
}
},
code: 500,
errors: [
{
message: 'Unknown Error.',
domain: 'global',
reason: 'backendError'
}
]
当我只推送几个文件时它可以工作,所以我不知道它是否与存储限制或任何其他问题有关。
编辑:
我尝试将文件直接添加到 google app 脚本项目,然后在最后一个文件中遇到以下错误:
We're sorry, a server error occurred. Please wait a bit and try again.
如果存储有问题,请告诉我。
任何帮助都会很棒。
谢谢。