Created
September 9, 2017 19:34
-
-
Save dance2die/a980d158b15283e67bd0a66aaa491267 to your computer and use it in GitHub Desktop.
set an environment variable in Windows command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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