上OVM Ubuntu的運行git,爲有效認證檢查時一切正常:無法提交對Git的 - 雖然我是一個確認的用戶
git config user.name
roland
但是當我嘗試提交
git commit –m 「add an ‘about’ page
我得到的錯誤信息:
fatal: could not open ‘.git/COMMIT_EDITMSG’: Permission denied
當我運行的git的日誌我看到了以前提交過沖高
Author: root<[email protected]>
任何線索可以做什麼來啓用提交的作者等? 此問題出現在完全本地的環境中。謝謝。
可能重複[致命:無法打開'.git/COMMIT \ _EDITMSG':權限被拒絕](http://stackoverflow.com/questions/19917094/fatal-could-not-open-git-commit-editmsg -permission被拒絕) – crashmstr
還涉及:無法打開的git/commit_editmsg(http://stackoverflow.com/questions/12139239/could-not-open-git-commit-editmsg) – crashmstr
檢查你的umask和umask的其他承諾存儲庫的人。確保它已設置,以便它不會限制新帳戶被您的帳戶修改。 – g19fanatic