Git使用遇到的问题

Git Flow模型

具体介绍参考:http://www.jianshu.com/p/62b4ebe283f3

遇到问题

mac执行git flow release finish 0.1失败

git flow release finish 0.1
Error detected while processing /Users/wjk/.vimrc:
line    3:
error: There was a problem with the editor 'vi'.
Please supply the message using either -m or -F option.
Tagging failed. Please run finish again to retry.

解决问题

命令行输入:git config --global core.editor /usr/bin/vim

你可能感兴趣的:(Git使用遇到的问题)