Open RomuloPBenedetti opened 8 years ago
Ah, I'm willing to bet the problem is with the folder name Github(git)
, could you try from a folder which does not have paranthesis?
If that is the case, it should probably be escaped properly.
Yes, I've removed parenthesis for now, I would suggest single quoting paths as it will guaranty no special meaning to any character.
Cool. Thanks for the report
Command failed: /home/romulo/CropModelsUFSM/Github(git)/CropModelsUFSM/gradlew tasks /bin/sh: 1: Syntax error: word unexpected (expecting ")") Hide Stack Trace Error: Command failed: /home/romulo/CropModelsUFSM/Github(git)/CropModelsUFSM/gradlew tasks /bin/sh: 1: Syntax error: word unexpected (expecting ")") at ChildProcess.exithandler (child_process.js:214:12) at emitTwo (events.js:100:13) at ChildProcess.emit (events.js:185:7) at maybeClose (internal/child_process.js:850:16) at Socket. (internal/child_process.js:323:11)
at emitOne (events.js:90:13)
at Socket.emit (events.js:182:7)
at Pipe._onclose (net.js:477:12)
Some shell parsing problem maybe?