Skip to content

Commit

Permalink
Merge pull request #305 from RichardDRJ/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kahole authored Sep 9, 2024
2 parents c9dd914 + 7a1fa54 commit 75597b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/commandRunner/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ function spawn(path: string, args: string[], options: SpawnOptions = {}): cp.Chi
LC_ALL: 'en_US.UTF-8',
LANG: 'en_US.UTF-8',
GIT_PAGER: 'cat',
// Don't include the ELECTRON_RUN_AS_NODE environment variable - if we're running in a remote host,
// this will be picked up from the client and will cause failures.
ELECTRON_RUN_AS_NODE: undefined


// TODO: add ask pass functionality
// GIT_ASKPASS: path.join(__dirname, 'askpass.sh'),
Expand Down

0 comments on commit 75597b9

Please sign in to comment.