vscode-gitflow icon indicating copy to clipboard operation
vscode-gitflow copied to clipboard

returned status 128

Open jtc10005 opened this issue 8 years ago • 24 comments
trafficstars

When starting a new feature I am recieving the following error: image

Feature name was 'AD-4685 dashboard configuration error'

I have no other issues with git and vscode.

jtc10005 avatar Jul 07 '17 18:07 jtc10005

same issue here

leandr0ck avatar Sep 19 '17 18:09 leandr0ck

I need to add some better logging for errors like this... Egh.

vector-of-bool avatar Sep 22 '17 02:09 vector-of-bool

Same issue when I initialize a workspace

dcuenot avatar Oct 21 '17 20:10 dcuenot

Also have this issue.

Could be related to permissions on the host machine or public key authentication. Hope this helps.

GianiNoyez avatar Nov 16 '17 00:11 GianiNoyez

Any news on this topic? No issues for git and VSCode, like the one above mentioned. Freshly installed this extension.

cpannwitz avatar Feb 07 '18 11:02 cpannwitz

I fixed this by adding the root of the repository to a workspace and saving it.

conankzhang avatar Jun 14 '18 10:06 conankzhang

For anyone that comes to this - I was able to fix this by initializing the project for git flow from the command menu. It will ask you if you want to re-initialize if you have already done it. Just confirm, and it should fix the error. At least, it worked for me.

mwarger avatar Nov 18 '18 18:11 mwarger

remove space in my feature name fixed the problem for me

ncolboc avatar Jan 24 '19 20:01 ncolboc

image gitflow init

zzyifan avatar Feb 14 '19 07:02 zzyifan

yes, same error.

xiagw avatar Mar 30 '19 14:03 xiagw

remove space in my feature name fixed the problem for me

ultimate solution

andrashari avatar May 08 '19 12:05 andrashari

Same issue when I initialize a workspace

Did you manage to initialise? Brand new PC with brand new VS Code and Git installations. Git works fine, cannot initialise gitflow...

gerardwolf avatar May 16 '19 21:05 gerardwolf

Hey, if you haven't figured this out yet, and you are failing after you name the new branch, make sure you do not have any spaces, and if you do make them underscores.

hope that helps.

MarcusIsh avatar Jul 02 '19 14:07 MarcusIsh

Sorry, I should have replied here sooner, but managed to resolve it. It had nothing to do with the extension in the end, but how Azure DevOps works with VS Code in terms of cloning the repository. Once I sorted that bit out, it worked as it says on the box!

gerardwolf avatar Jul 03 '19 00:07 gerardwolf

For me, i resolve using the : after gitflow, ex: gitflow: initialize

brunogringo avatar Aug 29 '19 13:08 brunogringo

image gitflow hotfix finish

7neves avatar Oct 09 '19 08:10 7neves

image gitflow hotfix finish

same for me when i try hotfix finish... did you find a solution?

araujo-nca avatar Apr 15 '20 23:04 araujo-nca

@araujo-nca is the issue still there? I have published a new extension here with a better error message (and workspace support). pls try and let me know, I will fix it.

https://marketplace.visualstudio.com/items?itemName=buianhthang.gitflow

anhthang avatar May 11 '20 10:05 anhthang

force restart the git flow git flow init -f and try to do it again

gblcintra avatar Jul 20 '20 19:07 gblcintra

use the command to force git flow init:

git flow init -f

Yuri-Tiofilo avatar Oct 22 '20 11:10 Yuri-Tiofilo

I still get this error when trying to finish a release. Forcing re-init of git flow didn't help. Using Azure DevOps.

695Multimedia avatar Dec 07 '20 19:12 695Multimedia

Guys, I had the same problem and solved it just by opening the folder, whose I wanted to start Gitflow, through the terminal with the command code ./my/project/dir

SolutiFelipe avatar Mar 17 '21 14:03 SolutiFelipe

Guys I had the same problem and I solved it by renaming the feature I would like to create, I removed spaces and numbers and followed the this-example pattern and it worked.

dsenam avatar Jun 08 '21 18:06 dsenam

@here Git branch names should not allow white spaces,

adventuretocode avatar Aug 06 '24 12:08 adventuretocode