We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi.
~/rigos (master)$ ls target/release/ build/ deps/ examples/ incremental/ rigos.d rigos.exe* rigos.pdb ~/rigos (master)$ mkdir rigos-site ~/rigos (master)$ cd rigos-site ~/rigos/rigos-site (master)$ ~/rigos/target/release/rigos.exe init [INFO] init new site at current directory... Cloning into '.'... remote: Enumerating objects: 41, done. remote: Counting objects: 100% (41/41), done. remote: Compressing objects: 100% (31/31), done. remote: Total 41 (delta 3), reused 38 (delta 3), pack-reused 0 (from 0) Receiving objects: 100% (41/41), 49.93 KiB | 594.00 KiB/s, done. Resolving deltas: 100% (3/3), done. thread 'main' panicked at src\create.rs:71:10: failed to init repo: Os { code: 267, kind: NotADirectory, message: "目录名称无效。" } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
RUST_BACKTRACE=1
怎么解决?谢谢你
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi.
~/rigos (master)$ ls target/release/
build/ deps/ examples/ incremental/ rigos.d rigos.exe* rigos.pdb
~/rigos (master)$ mkdir rigos-site
~/rigos (master)$ cd rigos-site
~/rigos/rigos-site (master)$ ~/rigos/target/release/rigos.exe init
[INFO] init new site at current directory...
Cloning into '.'...
remote: Enumerating objects: 41, done.
remote: Counting objects: 100% (41/41), done.
remote: Compressing objects: 100% (31/31), done.
remote: Total 41 (delta 3), reused 38 (delta 3), pack-reused 0 (from 0)
Receiving objects: 100% (41/41), 49.93 KiB | 594.00 KiB/s, done.
Resolving deltas: 100% (3/3), done.
thread 'main' panicked at src\create.rs:71:10:
failed to init repo: Os { code: 267, kind: NotADirectory, message: "目录名称无效。" }
note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace怎么解决?谢谢你
The text was updated successfully, but these errors were encountered: