私はGitの使い方を学ぼうとしていますが、HTML、CSS、JavaScriptファイルを使用して小さなプロジェクトを作成しました。基本的に空のプロジェクトからブランチを作成し、コードにいくつかの変更を加えました。変更をステージングしてみましたが、次のエラーメッセージが表示されます。
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
確かに、空のプロジェクトを以前にコミットしようとして問題が発生しましたが、どうにかして得た場所から抜け出す方法がわからなかったため、git bashを終了しました。
これを修正する方法はありますか、それとも新しいリポジトリを開始するだけですか?