This commit is contained in:
Keith Bauson 2025-12-04 12:25:46 -05:00
parent 71f4b77450
commit 1312196d89

View file

@ -367,7 +367,9 @@ class GitAuthHelper {
) )
} else { } else {
// Host git directory // 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 gitDir = gitDir.replace(/\\/g, '/') // Use forward slashes, even on Windows
// Configure host includeIf // Configure host includeIf