fn try_create_project(name: &str, no_git: bool) -> Result<()>
Inner fallible implementation of create_project.
create_project
Returns io::Error if any filesystem operation or git init fails.
io::Error
git init