mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
fix: set core.safecrlf to false to prevent errors
This commit is contained in:
parent
c331d4dd02
commit
fba8eed285
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@ export const init = async (directory: Command | string): Promise<void> => {
|
|||
cwd: absoluteInitDirectory,
|
||||
})
|
||||
|
||||
await configDispatch('git', {
|
||||
args: ['config', 'core.safecrlf', 'false'],
|
||||
cwd: absoluteInitDirectory,
|
||||
})
|
||||
|
||||
log.info('Committing...')
|
||||
|
||||
await configDispatch('git', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue