Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AskpassEnvironment

Environment for the Git askpass helper.

Hierarchy

  • AskpassEnvironment

Index

Properties

ELECTRON_RUN_AS_NODE?: string

Starts the process as a normal Node.js process. User "1" if you want to enable it.

GIT_ASKPASS: string

The path to the external script to run by Git when authentication is required.

THEIA_GIT_ASKPASS_HANDLE?: string

The Git askpass handle path. In our case, this is the address of the HTTP server listening on the Username and Password requests.

THEIA_GIT_ASKPASS_MAIN?: string

The JS file to run.

THEIA_GIT_ASKPASS_NODE?: string

The path to the Node.js executable that will run the external ASKPASS script.