git初期化

403 ワード

ssh-keygen -t rsa -C "[email protected]"

 
id_rsa秘密鍵とid_rsa.pub公開鍵ファイル
id_rsa.pubの中の内容はウェブサイトsshに追加します
 
ユーザー名とメールボックスの設定
git -H git config --global user.name "GitLab"
git -H git config --global user.email "gitlab@YOUR_DOMAIN_NAME"