branch is currently checked outと表示されてgit pushが失敗した時の対応

git pushで以下のようなエラーになる場合があります。
 ! [remote rejected] master -> master (branch is currently checked out)
リモートで、次のように設定することで解決できます。
$ git config --bool core.bare true

0 件のコメント: