私はまだプログラミングの闇の芸術を学んでいます。プログラミングに関しては問題ありませんが、Engine Yard にプルする前に Github にプッシュするのに苦労しています。
変更を加えました。git は変更を認識しますが、コミットすると次のエラーが発生します。
Command failed: git commit -m Updates
fatal: could not open '.git/COMMIT_EDITMSG': Permission denied
または、ブランチを変更しようとすると、次のようになります。
error: Your local changes to the following files would be overwritten by checkout:
app/views/shared/_footer.html.erb
app/views/plans/index.html.erb
Please, commit your changes or stash them before you can switch branches.
Aborting
コミットできないので、正方形 1 に戻ります。
私はそれをグーグルで検索しましたが、答えがよくわかりません。