-
Notifications
You must be signed in to change notification settings - Fork 163
cannot commit #425
Comments
Same issue here. (Windows 10) |
+1 EDIT: when I run atom as administrator it works |
Also getting this 😞 |
👍 here too |
+1 |
+1 I have attempted this using Atom while opened as Administrator which does not work. I have uninstalled git-plus completely and reinstalled but still experiencing this issue. The folder described in the "fatal: could not read log file" does exist, and I can see the COMMIT_EDITMSG being created in the Atom file view side bar, and also in Windows Explorer. The issue occurs when I attempt to close and save the COMMIT_EDITMSG file which previously was initiating the commit ok. Manually committing the file from the cmd line using GIT COMMIT works fine. I've only recently started using Git so I'm still unsure of a lot of the commands, however the issue appeared to start when a local repo somehow appeared to exist instead of all commits going to my remote bitbucket repo. The commit process began to question which repo I wished to upload to. This dual repo listing appears to have gone away now, but now the Fatal error message is appearing always within Atom. UPDATE: |
@jonomacx I don't understand this part:
If you have multiple remote destinations configured for the repository, then when you try to push you will be given the choice of where to push. If you're using the Unfortunately I can't replicate this and I don't have a windows machine to try it out on. |
I'm on Windows 7, running latest atom and git plus. Whenever I try to commit I get the following message:
fatal: could not read log file 'C:\repos\project01\.git\COMMIT_EDITMSG': No such file or directory
If I have that directory open, I see the COMMIT_EDITMSG file being created, then it disappears and I get the error.
The text was updated successfully, but these errors were encountered: