magit

magit-statusでリポジトリが存在しませんエラー

emacsがgitを見つけられないケース。http://stackoverflow.com/questions/1516348/magit-not-recognising-git-repositoriesmagitはリポジトリが存在するかどうかを確認するのに git rev-parse --git-dir というコマンドを使うので、 M-x shell-command で発…

magit-statusでfatalエラー

Unpulled commits: fatal: ambiguous argument 'HEAD../master': unknown revision or path not in the working tree. Use '--' to separate paths from revisions Unpushed commits: fatal: ambiguous argument '/master..HEAD': unknown revision or path …

magit.elでpush

magit.elでは「P」でpushできる。 がsshのパスワード認証が求められるとそこで止まってしまう。こことか http://help.github.com/mac-key-setup/ こことか http://github.com/guides/how-to-not-have-to-type-your-password-for-every-pushみて、パスワード…