Skip to content
New issue

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

[Grace Kelly] dbt init returning error message #1209

Closed
clrcrl opened this issue Jan 4, 2019 · 1 comment
Closed

[Grace Kelly] dbt init returning error message #1209

clrcrl opened this issue Jan 4, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@clrcrl
Copy link
Contributor

clrcrl commented Jan 4, 2019

Issue

Running dbt init <project name> runs successfully, but prints an error message in the terminal.

Steps to reproduce

  • Run dbt init foo

Expected result

  • new project created in the foo directory
  • success message in terminal:
$ dbt init foo
Creating dbt configuration folder at /Users/jake/.dbt

Your new dbt project "foo" was created! If this is your first time
using dbt, you'll need to set up your profiles.yml file -- this file will
tell dbt how to connect to your database. You can find this file by running:

  open /Users/jake/.dbt

For more information on how to configure the profiles.yml file,
please consult the dbt documentation here:

  https://docs.getdbt.com/docs/configure-your-profile

One more thing:

Need help? Don't hesitate to reach out to us via GitHub issues or on Slack --
There's a link to our Slack group in the GitHub Readme. Happy modeling!

Actual result

  • new project created in the foo directory
  • error message returned
$ dbt init foo
Creating dbt configuration folder at /Users/claire/.dbt
Encountered an error:
Got a non-zero returncode running: ['git', 'remote', 'rm', 'origin']

System information

The output of dbt --version:

$ dbt debug
dbt version: 0.12.2-rc1
python version: 3.7.1
...
$ git --version
git version 2.16.2
@drewbanin drewbanin added this to the Grace Kelly milestone Jan 4, 2019
@drewbanin drewbanin added the bug Something isn't working label Jan 4, 2019
@drewbanin drewbanin changed the title dbt init returning error message [Grace Kelly Regression] dbt init returning error message Jan 4, 2019
@drewbanin drewbanin changed the title [Grace Kelly Regression] dbt init returning error message [Grace Kelly] dbt init returning error message Jan 4, 2019
@drewbanin
Copy link
Contributor

Fixed in #1210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants