Skip to content

Instantly share code, notes, and snippets.

@vignxs
Created September 3, 2021 10:35
Show Gist options
  • Select an option

  • Save vignxs/317f4d6a69b189394e4fef6dfc7ab214 to your computer and use it in GitHub Desktop.

Select an option

Save vignxs/317f4d6a69b189394e4fef6dfc7ab214 to your computer and use it in GitHub Desktop.
Error: Command failed: git remote fatal: not a git repository (or any of the parent directories): .git (this happend when i did this - heroku git:remote -a vignxs)
the solution is
first step check git installed
git
second step if installed (mine is WSL ubuntu 18)
git init
set git remote heroku to https://git.heroku.com/vignxs.git
happy coding :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment