I was following the tutorial: https://docs.substrate.io/tutorials/v3/kitties/pt1/ and as said in the tutorial I installed kickstart using: cargo install kickstart
And after that cloned a copy of the most recent node template which asks how you would like to call your node and pallet. So I named node and Pallet as kitties.
But as I open the kitties directory in the code editor and rename it as kitties-tutorialnew it gives an error of Cargo as:
Execution failed (exit code 101). C:/Users/msi/.cargo/bin/cargo.exe metadata --verbose --format-version 1 --all-features stdout : error: failed to load manifest for workspace member `C:\Users\msi\kitties-tutorialnew\node` Caused by: failed to parse manifest at `C:\Users\msi\kitties-tutorialnew\node\Cargo.toml` Caused by: could not parse input as TOML Caused by: duplicate key: `substrate-build-script-utils` for key `build-dependencies` at line 70 column 1