使用新项目工具idea界面上导入svn项目报错:

Error:Cannot run program "svn" (in directory "路径XXXXXX"):CreateProcess error=2系统找不到指定的文件。

error performing cleanup for  cannot run program createProcess error=2,cleanup/history/update都是报错的。

错误的主要原因就是,我的svn安装的时候没有安装command命令,重新安装即可。

1.打开svn安装工具

IDEA在使用"svn"关联项目时总是报错Error:Cannot run program "svn" (in directory "路径XXXXXX"):CreateProcess error=2,
IDEA在使用"svn"关联项目时总是报错Error:Cannot run program "svn" (in directory "路径XXXXXX"):CreateProcess error=2,

IDEA在使用"svn"关联项目时总是报错Error:Cannot run program "svn" (in directory "路径XXXXXX"):CreateProcess error=2,

一直下一步安装,即可完成。

2重新打开idea,即可自动匹配svn.exe命令。

IDEA在使用"svn"关联项目时总是报错Error:Cannot run program "svn" (in directory "路径XXXXXX"):CreateProcess error=2,

IDEA在使用"svn"关联项目时总是报错Error:Cannot run program "svn" (in directory "路径XXXXXX"):CreateProcess error=2,

点击checkout,即可完成

相关文章:

  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2021-03-29
  • 2021-05-14
  • 2021-07-23
  • 2022-12-23
  • 2021-10-16
猜你喜欢
  • 2022-01-19
  • 2021-09-12
  • 2022-12-23
相关资源
相似解决方案