Skip to content

Accessing codespace creators First and Last name via codespaces ENV variables #46783

Answered by eljog
TheLarkInn asked this question in Codespaces
Discussion options

You must be logged in to vote

Hi @TheLarkInn,
Codespaces always have the user.name and user.email set in the git config. They are set at --system level (not --local), and it should work for all git scenarios.
You can see them by running git config --list or git config --list --system.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@TheLarkInn
Comment options

@niksumeiko
Comment options

Answer selected by TheLarkInn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Codespaces Your development environment, in the cloud. Run VS Code and code on GitHub's cloud platform, Question
3 participants