mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-12-19 01:37:07 +00:00
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
dist/cleanup.js
vendored
3
dist/cleanup.js
vendored
|
|
@ -2835,7 +2835,8 @@ 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