pull/2336/head
Keith Bauson 2025-12-04 12:25:46 -05:00
parent 71f4b77450
commit 1312196d89
1 changed files with 3 additions and 1 deletions

View File

@ -367,7 +367,9 @@ class GitAuthHelper {
)
} else {
// Host git directory
let gitDir = fs.realpathSync(path.join(this.git.getWorkingDirectory(), '.git'))
let gitDir = fs.realpathSync(
path.join(this.git.getWorkingDirectory(), '.git')
)
gitDir = gitDir.replace(/\\/g, '/') // Use forward slashes, even on Windows
// Configure host includeIf