Use cygpath to convert socket filename on windows
This commit is contained in:
parent
4512be8010
commit
895b4cdbf2
4 changed files with 16 additions and 5 deletions
3
paths.js
3
paths.js
|
@ -12,5 +12,6 @@ module.exports = (process.env['OS'] != 'Windows_NT') ? {
|
|||
homePath: os.homedir(),
|
||||
sshAgentCmd: 'c://progra~1//git//usr//bin//ssh-agent.exe',
|
||||
sshAddCmd: 'c://progra~1//git//usr//bin//ssh-add.exe',
|
||||
gitCmd: 'c://progra~1//git//bin//git.exe'
|
||||
gitCmd: 'c://progra~1//git//bin//git.exe',
|
||||
pathsCmd: 'c://progra~1//git//usr//bin//cygpath.exe'
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue