We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c37a6 commit cd1dc6eCopy full SHA for cd1dc6e
src/utils/lm/install.js
@@ -193,7 +193,7 @@ const getCurrentCredentials = async () => {
193
const getGitConfigContent = (gitConfigPath) => `
194
# This next lines include Netlify's Git Credential Helper configuration in your Git configuration.
195
[include]
196
- path = ${path.posix.normalize(gitConfigPath)}
+ path = ${gitConfigPath.replace(/\\/g, '/')}
197
`
198
199
const configureGitConfig = async function () {
0 commit comments