摘要:
错误信息: Aborting commit due to empty commit message. git不能完全退出(退出码 1) (47 ms @ 2016/2/19 14:03:24) 解决办法:在TortoiseGit提交界面“日志信息”选项中需要填写相关的信息即可。 阅读全文
摘要:
在TortoiseGit的设置 -> git 中选择 编辑本地 .git/config 在最后增加下面内容: [credential] helper = store 阅读全文