Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows runnerw.exe:CreateProcess失败,错误5:访问被拒绝_Windows_Git_Intellij Idea - Fatal编程技术网

Windows runnerw.exe:CreateProcess失败,错误5:访问被拒绝

Windows runnerw.exe:CreateProcess失败,错误5:访问被拒绝,windows,git,intellij-idea,Windows,Git,Intellij Idea,我使用Choco安装Git,并检查其安装位置: C:/Program Files/Git/mingw64/libexec/Git core 这里的问题是在IntelliJ上设置VCS: runnerw.exe:CreateProcess失败,错误5:访问被拒绝。 如何使用git安装的Choco with IntelliJ?(我认为以管理员身份运行IntelliJ不是一个好主意)使用类似的工具来了解试图访问哪个文件系统对象。我敢肯定,真正的问题是没有正确引用空格的路径,而不是实际的访问控制问题。

我使用Choco安装Git,并检查其安装位置:

C:/Program Files/Git/mingw64/libexec/Git core

这里的问题是在IntelliJ上设置VCS:

runnerw.exe:CreateProcess失败,错误5:访问被拒绝。

如何使用git安装的Choco with IntelliJ?(我认为以管理员身份运行IntelliJ不是一个好主意)

使用类似的工具来了解试图访问哪个文件系统对象。我敢肯定,真正的问题是没有正确引用空格的路径,而不是实际的访问控制问题。