Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created September 9, 2017 19:34
Show Gist options
  • Select an option

  • Save dance2die/a980d158b15283e67bd0a66aaa491267 to your computer and use it in GitHub Desktop.

Select an option

Save dance2die/a980d158b15283e67bd0a66aaa491267 to your computer and use it in GitHub Desktop.
set an environment variable in Windows command line
C:\Users\dance2die>set GITHUB_DEVELOPER_KEY=abc
C:\Users\dance2die>echo %GITHUB_DEVELOPER_KEY%
abc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment