「GitLab入門」プロジェットを作成する方法

1.GitLabでプロジェットを作成する
操作方法
1.1 「+」をクリックします
1.2 「New project」を選択します
1.3 「Project name」にプロジェット名を入力します 例CftPj
1.4 「Create project」をクリックします。

2.ローカルのgitにユーザーが設定されているか確認
操作コマンド
ユーザー設定確認
$ git config get user.name
yamada
$ git config –get user.email
yamada@example.com

ない場合、ユーザーを設定する
$ git config –global “tarouser"
$ git config –global “tarouser@example.com"

※ config後ろ2つ"-“を入力する

GitLab

Posted by arkgame