渲染 Hugo Lithium 主题时出现问题(博客下载),"Acess denied"
Problem rendering Hugo Lithium theme (blogdown), "Acess denied"
我正在尝试使用 blogdown 更新网站。但是,渲染失败。网站 repo 在 this link
当我 运行 blogdown:::serve_site()
时,出现以下错误:
Start building sites …
ERROR 2020/10/07 15:19:06 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public20\estadÃstica-descriptiva-ejercicio\index.html: Access is denied.
ERROR 2020/10/07 15:19:06 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\index.html: Access is denied.
ERROR 2020/10/07 15:19:06 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\post\index.html: Access is denied.
ERROR 2020/10/07 15:19:06 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\categories\index.html: Access is denied.
Total in 366 ms
Error: Error building site: failed to render pages: open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\about\index.html: Access is denied.
Start building sites …
ERROR 2020/10/07 15:19:07 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public20\estadÃstica-descriptiva-ejercicio\index.html: Access is denied.
ERROR 2020/10/07 15:19:07 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public20\estadÃstica-desciptiva-en-python\index.html: Access is denied.
ERROR 2020/10/07 15:19:07 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\post\index.html: Access is denied.
ERROR 2020/10/07 15:19:07 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\categories\index.html: Access is denied.
Total in 390 ms
Error: Error building site: failed to render pages: open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\about\index.html: Access is denied.
El sistema no puede encontrar la ruta especificada.
Error in shell(cmd, mustWork = TRUE, intern = intern) :
'"C:\Users\jaime\AppData\Roaming\Hugo\hugo.exe" -b / -D -F -d "public" --themesDir themes -t hugo-lithium' execution failed with error code 1
我尝试使用 blogdown::new_site(theme = 'usjrutheiser/hugo-lithium-theme')
从头开始创建一个新网站,但出现以下错误:
Error in if (dir_exists(expdir)) if (theme_example) { :
argument is of length zero
In addition: Warning messages:
1: In download.file(url, output, ..., method = method) :
cannot open URL 'https://github.com/usjrutheiser/hugo-lithium-theme/archive/master.tar.gz': HTTP status was '404 Not Found'
2: In download.file(url, output, ..., method = method) :
cannot open URL 'https://github.com/usjrutheiser/hugo-lithium-theme/archive/master.tar.gz': HTTP status was '404 Not Found'
3: In download.file(url, output, ..., method = method) :
cannot open URL 'https://github.com/usjrutheiser/hugo-lithium-theme/archive/master.tar.gz': HTTP status was '404 Not Found'
4: In utils::untar(zipfile, exdir = tmpdir) :
‘tar.exe -xf "2ff459957c97master.tar.gz" -C "2ff46b705392"’ returned error code 1
我在一台装有 R 3.6.3 的旧 PC 上渲染了该网站,它工作了,但在我的新 PC (R 4.0.2) 上,它却没有。
有谁知道这个“拒绝访问错误”是什么意思?如何修复这些错误?
编辑
我使用了其他锂主题存储库,我使用 RStudio 创建它
但是,我遇到了同样的问题
Congratulations! Your new Hugo site is created in C:\Users\jaime\Documents\R\EjemplosEstadÃstica.
Just a few more steps and you're ready to go:
1. Download a theme into the same-named folder.
Choose a theme from https://themes.gohugo.io/ or
create your own with the "hugo new theme <THEMENAME>" command.
2. Perhaps you want to add some content. You can add single files
with "hugo new <SECTIONNAME>\<FILENAME>.<FORMAT>".
3. Start the built-in live server via "hugo server".
Visit https://gohugo.io/ for quickstart guide and full documentation.
trying URL 'https://github.com/yihui/hugo-lithium/archive/master.tar.gz'
downloaded 109 KB
processing 7 content files
Error: Failed to save file "C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post\2016-12-30-hello-markdown.md":: open C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post16-12-30-hello-markdown.md: Access is denied.
processing 7 content files
Error: Failed to save file "C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post\2016-12-30-hello-markdown.md":: open C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post16-12-30-hello-markdown.md: Access is denied.
processing 7 content files
Error: Failed to save file "C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post\2016-12-30-hello-markdown.md":: open C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post16-12-30-hello-markdown.md: Access is denied.
Error in shell(cmd, mustWork = TRUE, intern = intern) :
'"C:\Users\jaime\AppData\Roaming\Hugo\hugo.exe" convert toYAML --unsafe' execution failed with error code 65535
出现这种问题是因为杀毒软件和防火墙应用(我没告诉你我用的是Windows10)。之前,我禁用了我的防病毒软件一段时间,但它没有用。
解决方案是为 R 和 RStudio 添加一个例外,不是 olny,而是 hugo.exe
。
祝福。
我正在尝试使用 blogdown 更新网站。但是,渲染失败。网站 repo 在 this link
当我 运行 blogdown:::serve_site()
时,出现以下错误:
Start building sites …
ERROR 2020/10/07 15:19:06 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public20\estadÃstica-descriptiva-ejercicio\index.html: Access is denied.
ERROR 2020/10/07 15:19:06 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\index.html: Access is denied.
ERROR 2020/10/07 15:19:06 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\post\index.html: Access is denied.
ERROR 2020/10/07 15:19:06 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\categories\index.html: Access is denied.
Total in 366 ms
Error: Error building site: failed to render pages: open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\about\index.html: Access is denied.
Start building sites …
ERROR 2020/10/07 15:19:07 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public20\estadÃstica-descriptiva-ejercicio\index.html: Access is denied.
ERROR 2020/10/07 15:19:07 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public20\estadÃstica-desciptiva-en-python\index.html: Access is denied.
ERROR 2020/10/07 15:19:07 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\post\index.html: Access is denied.
ERROR 2020/10/07 15:19:07 open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\categories\index.html: Access is denied.
Total in 390 ms
Error: Error building site: failed to render pages: open C:\Users\jaime\Documents\R\EstadisticaDescriptiva\public\about\index.html: Access is denied.
El sistema no puede encontrar la ruta especificada.
Error in shell(cmd, mustWork = TRUE, intern = intern) :
'"C:\Users\jaime\AppData\Roaming\Hugo\hugo.exe" -b / -D -F -d "public" --themesDir themes -t hugo-lithium' execution failed with error code 1
我尝试使用 blogdown::new_site(theme = 'usjrutheiser/hugo-lithium-theme')
从头开始创建一个新网站,但出现以下错误:
Error in if (dir_exists(expdir)) if (theme_example) { :
argument is of length zero
In addition: Warning messages:
1: In download.file(url, output, ..., method = method) :
cannot open URL 'https://github.com/usjrutheiser/hugo-lithium-theme/archive/master.tar.gz': HTTP status was '404 Not Found'
2: In download.file(url, output, ..., method = method) :
cannot open URL 'https://github.com/usjrutheiser/hugo-lithium-theme/archive/master.tar.gz': HTTP status was '404 Not Found'
3: In download.file(url, output, ..., method = method) :
cannot open URL 'https://github.com/usjrutheiser/hugo-lithium-theme/archive/master.tar.gz': HTTP status was '404 Not Found'
4: In utils::untar(zipfile, exdir = tmpdir) :
‘tar.exe -xf "2ff459957c97master.tar.gz" -C "2ff46b705392"’ returned error code 1
我在一台装有 R 3.6.3 的旧 PC 上渲染了该网站,它工作了,但在我的新 PC (R 4.0.2) 上,它却没有。 有谁知道这个“拒绝访问错误”是什么意思?如何修复这些错误?
编辑
我使用了其他锂主题存储库,我使用 RStudio 创建它
但是,我遇到了同样的问题
Congratulations! Your new Hugo site is created in C:\Users\jaime\Documents\R\EjemplosEstadÃstica.
Just a few more steps and you're ready to go:
1. Download a theme into the same-named folder.
Choose a theme from https://themes.gohugo.io/ or
create your own with the "hugo new theme <THEMENAME>" command.
2. Perhaps you want to add some content. You can add single files
with "hugo new <SECTIONNAME>\<FILENAME>.<FORMAT>".
3. Start the built-in live server via "hugo server".
Visit https://gohugo.io/ for quickstart guide and full documentation.
trying URL 'https://github.com/yihui/hugo-lithium/archive/master.tar.gz'
downloaded 109 KB
processing 7 content files
Error: Failed to save file "C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post\2016-12-30-hello-markdown.md":: open C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post16-12-30-hello-markdown.md: Access is denied.
processing 7 content files
Error: Failed to save file "C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post\2016-12-30-hello-markdown.md":: open C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post16-12-30-hello-markdown.md: Access is denied.
processing 7 content files
Error: Failed to save file "C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post\2016-12-30-hello-markdown.md":: open C:\Users\jaime\Documents\R\EjemplosEstadÃstica\content\post16-12-30-hello-markdown.md: Access is denied.
Error in shell(cmd, mustWork = TRUE, intern = intern) :
'"C:\Users\jaime\AppData\Roaming\Hugo\hugo.exe" convert toYAML --unsafe' execution failed with error code 65535
出现这种问题是因为杀毒软件和防火墙应用(我没告诉你我用的是Windows10)。之前,我禁用了我的防病毒软件一段时间,但它没有用。
解决方案是为 R 和 RStudio 添加一个例外,不是 olny,而是 hugo.exe
。
祝福。