svn: Commit failed (details follow):
svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options
svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no 'editor-cmd' run-time configuration option was found


svn 提交需要编辑文本,新同学的电脑上没有配置这个,需要在bash_profile中进行环境配置,配置好在提交时候写描述的时候使用什么文本编辑器。这里我用的vim.

具体描述

可能有同学不能翻墙,截个图吧
小问题解决总结之svn提交错误

相关文章:

  • 2021-06-22
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
  • 2021-12-01
  • 2021-11-29
  • 2021-06-12
相关资源
相似解决方案