いい加減自宅でgitを使う
環境を作ってみる
ssh設定も終わったのでリポジトリ作る
リポジトリ作った
なんかエラーでる…
code:commmit ERROR
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
これ業務で初めてgitやった時にも出たな
config設定が出来てないのが問題
Errorメッセージにわざわざコマンドまで書いてあるんだから実行すれば解決する
なんというか成長してない感あるね
pushでまたエラーでてるし…
code:push ERROR
Warning: Permanently added the RSA host key for IP address 'XXX.XXX.XXX.XXX' to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
公開鍵が設定されてない…?
なぜ?cloneは出来てるのだが…
GitBashだとうまくいって、VSCodeのターミナルだと失敗する
ふむ?
既定のシェルの選択からgitbash選択したら解決!!!
覚えとこう…
ひとまずコミットまでは出来たから良し