标签: git github
我进行了编辑,我希望在通过git add添加文件然后运行git commit -m "commit msg"后将其推送到我的git存储库。
git add
git commit -m "commit msg"
但是,它会返回以下错误:
.git/hooks/commit-msg: 2: .git/hooks/commit-msg: Syntax error: newline unexpected.
为什么?