ベア リモート リポジトリにコミットをプッシュしようとすると、次のエラーが表示されます。
Push: Not all refs have been pushed. 'master' rejected (non-fast-forward)
refusing to update checked out branch: refs/heads/master. By default, updating
the current branch in a non-bare repository is denied, because it will make
the index and work tree inconsistent with what you pushed, and will require
'git reset --hard' to match the work tree to HEAD.
You can set 'receive.denyCurrentBranch' configuration variable to 'ignore' or
'warn' in the remote repository to allow pushing into its current branch;
however, this is not recommended unless you arranged to update its work tree
to match what you pushed in some other way.
To squelch this message and still keep the default behaviour, set
'receive.denyCurrentBranch' configuration variable to 'refuse'.
error: failed to push some refs to 'server'
エラーを調査したところ、プッシュ先のリポジトリが裸ではないことが示唆されているようですが、そうではありません。これはgitの問題でしょうか?SmartGit クライアントを使用しています。
また、リモートリポジトリからプルしようとしましたが、何の効果もありません。