dploy icon indicating copy to clipboard operation
dploy copied to clipboard

Doesn`w work on windows 10

Open sergeynezbritskiy opened this issue 8 years ago • 2 comments

When I run "dploy live" I see next Connecting to live... Checking revisions... Checking diffs between [f8d1002d84fdf6dd1fe3e58acbdd7b6f4fa8ff9c] > [Active code page: 65001 548b7f751c09ffa0b7e524161c039372c1850c34] An error occurred when retrieving the 'git diff --name-status f8d1002d84fdf6dd1fe3e58acbdd7b6f4fa8ff9c Active code page: 65001 548b7f751c09ffa0b7e524161c039372c1850c34' { [Error: Command failed: C:\WINDOWS\system32\cmd.exe /s /c "git diff --name-status f8d1002d84fdf6dd1fe3e58acbdd7b6f4fa8ff9c Active code page: 65001 548b7f751c09ffa0b7e524161c039372c1850c34" fatal: bad object f8d1002d84fdf6dd1fe3e58acbdd7b6f4fa8ff9c ] killed: false, code: 128, signal: null, cmd: 'C:\WINDOWS\system32\cmd.exe /s /c "git diff --name-status f8d1002d84fdf6dd1fe3e58acbdd7b6f4fa8ff9c Active code page: 65001\r\n548b7f751c09ffa0b7e524161c039372c1850c34"' }

By some reason default shell message about active charset is been printing directly to git command and breaks its syntax

sergeynezbritskiy avatar Jun 23 '16 11:06 sergeynezbritskiy

I'm also on Windows 10 and it's working for me. You seem too use cmd for your deployment, have you tried running dploy with Git bash or similar shell ?

theblackhole avatar Aug 29 '16 16:08 theblackhole

I use it on cmder and it works like a charm :)

benavern avatar Apr 11 '17 21:04 benavern