美文网首页
Git使用遇到的问题

Git使用遇到的问题

作者: 忘净空 | 来源:发表于2017-02-23 15:13 被阅读53次

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使用遇到的问题

      本文链接:https://www.haomeiwen.com/subject/ajcbwttx.html