Dbt init fails with a non-zero returncode error message

I tried this command

git -c http.sslVerify=false clone --depth 1 https://github.com/fishtown-analytics/dbt-starter-project.git dbt-project
Cloning into ‘dbt-project’…
remote: Enumerating objects: 12, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 12 (delta 0), reused 10 (delta 0), pack-reused 0
Unpacking objects: 100% (12/12), done.

It seems to have cloned the project