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

Fordwarding to local host doesnt work with git bash in VS Code

Open servefast-cto opened this issue 5 months ago • 0 comments

Command i am trying to run:

C:\Users\XXX\scoop\shims\stripe.exe listen --forward-to http://localhost:3000 --forward-connect-to http://localhost:3000

Error i am getting: bash: C:Usersxxscoopshimsstripe.exe: command not found

I guess something is wrong with the path / is removed. If i use powershell for example it works perfectly

image

servefast-cto avatar Sep 12 '24 11:09 servefast-cto