Skip to content

ローカル環境のGitの設定 #4

@wf-yamaday

Description

@wf-yamaday

ローカル環境での作業をGitHubのアカウントと紐づけるために設定をしておく必要がある.

ターミナル/Git Bash上で以下のコマンドからローカルにGitHubアカウントを紐づけておく,

git config --global user.name  {GitHubに登録したアカウント名}
git config --global user.email  {GitHubに登録したメールアドレス}

設定後は正しくできているかを確認する.

git config --list | grep user

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationmacOSmacOSに関連することwindowswindowsに関連すること.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions