vscode-gitflow
vscode-gitflow copied to clipboard
can't work gitflow - returned status 128
trafficstars
I've installed the extension but can't start working with it, when applying "Gitflow: Initialize repository for gitflow" is not initialized and error is returned:
"C:\Program Files\Git\cmd\git.exe" returned status 128
when I follow the recommended way and starting from scratch, then I first, initialize git:
`$ git init
I open the VS Code Command Palette and type 'gitflow'
Select 'Initialize repository for gitflow'
I have error
"C:\Program Files\Git\cmd\git.exe" returned status 1
How to fix this problem?