You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to build a new project this happens: PS F:\RobaNerd\Zola> zola init fettenderiblog Welcome to Zola! Please answer a few questions to get started quickly. Any choices made can be changed by modifying the config.toml` file later.
What is the URL of your site? (https://example.com): https://fettenderiblog.com
Do you want to enable Sass compilation? [Y/n]: n
Do you want to enable syntax highlighting? [y/N]: y
Do you want to build a search index of the content? [y/N]: n
Error: Failed to create the project
Error: Impossibile trovare il file specificato. (os error 2)`
Same behaviour with -f: PS F:\RobaNerd\Zola> zola init -f fettenderiblog Welcome to Zola! Please answer a few questions to get started quickly. Any choices made can be changed by modifying the config.toml` file later.
What is the URL of your site? (https://example.com): https://fettenderiblog.com
Do you want to enable Sass compilation? [Y/n]: n
Do you want to enable syntax highlighting? [y/N]: y
Do you want to build a search index of the content? [y/N]: n
Error: Failed to create the project
Error: Impossibile trovare il file specificato. (os error 2)`
Step to reproduce
Download zola using winget or using the pre-built binary on the repo, try to start a new project using zola init
The text was updated successfully, but these errors were encountered:
I also tried creating the folder myself and now the error is:
PS F:\RobaNerd\Zola> zola init fettenderi Welcome to Zola! Please answer a few questions to get started quickly. Any choices made can be changed by modifying the config.toml` file later.
What is the URL of your site? (https://example.com): https://fettenderi.com
Do you want to enable Sass compilation? [Y/n]: n
Do you want to enable syntax highlighting? [y/N]: y
Do you want to build a search index of the content? [y/N]: n
Error: Failed to create the project
Error: Accesso negato. (os error 5)`
I'm using Windows Powershell to execute these commands
I'm the administrator. I also discovered that it's not a zola only error, my console doesn't want create any folder in the F: directories. I don't know how to solve this.
Bug Report
Environment
Windows 11
Zola version: 0.19.2
Expected Behavior
Should build all the project directories.
Current Behavior
When I try to build a new project this happens:
PS F:\RobaNerd\Zola> zola init fettenderiblog Welcome to Zola! Please answer a few questions to get started quickly. Any choices made can be changed by modifying the
config.toml` file later.Same behaviour with -f:
PS F:\RobaNerd\Zola> zola init -f fettenderiblog Welcome to Zola! Please answer a few questions to get started quickly. Any choices made can be changed by modifying the
config.toml` file later.Step to reproduce
Download zola using winget or using the pre-built binary on the repo, try to start a new project using
zola init
The text was updated successfully, but these errors were encountered: