Closed1
[GitHub Actions] gitコマンドが使えない場合の対処法

gitの設定が済んでいないことが原因で、最低限以下の設定を行えば良い。
git config user.name "user-name-here"
git config user.email "mail-address-here"
このスクラップは2022/10/06にクローズされました
gitの設定が済んでいないことが原因で、最低限以下の設定を行えば良い。
git config user.name "user-name-here"
git config user.email "mail-address-here"