Skip to content

Instantly share code, notes, and snippets.

@vignxs
Created September 3, 2021 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vignxs/317f4d6a69b189394e4fef6dfc7ab214 to your computer and use it in GitHub Desktop.
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