So I am attending this course in udacity about version control with Git. My problem is that when I edit on a file and try to use Git commit, the editor (atom) will open but the message in the terminal will be “aborting commit due to empty commit message” I have tried adding "w", and "wait", and "-n -w" to the configuration line and even the added the path of atom but it did not work. Also, I deleted all duplicate lines in (.gitconfig) and yet no luck.
How to solve this problem?