Skip to content

Instantly share code, notes, and snippets.

View vignxs's full-sized avatar
🎯
Focusing

vignxs

🎯
Focusing
  • 09:08 (UTC +05:30)
  • Instagram vignxs
View GitHub Profile
@vignxs
vignxs / gist:317f4d6a69b189394e4fef6dfc7ab214
Created September 3, 2021 10:35
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
@vignxs
vignxs / gist:f06c662b72cdd7880f690676dd8d7be2
Last active September 3, 2021 10:30
when deploying heroku app in WSL : interacting with snapd is not yet supported on windows subsystem for linux
curl https://cli-assets.heroku.com/install.sh | sh
put this command in WSL( windows subsystem for linux)
this happend to when i tried to download heroku using pip snapd