右键快捷打开Git Bash here失败,提示: 
Error: Could not fork child process: Resource temporarily unavailable (-1). 
DLL rebasing may be required; see ‘rebaseall / rebase –help’.

解决方法: 
1. 安装路径下F:\Program Files\Git\bin\sh.exe能启动git客户端。 
2. 打开cmd,输入regedit打开注册表。找到目录中[HKEY_CLASSES_ROOT\Directory\Background\shell \ git_shell \ command],值为F:\Program Files\Git\git-bash.exe。替换成F:\Program Files\Git\bin\sh.exe。

修改后能打开git命令行。具体差异待分析

这样安装了之后存在bash面板上无法复制粘贴,右键菜单失效, 卸载了安装了32位的就ok(64位的操作系统)

相关文章:

  • 2021-08-17
  • 2022-12-23
  • 2021-09-27
  • 2021-05-11
  • 2021-06-29
  • 2022-12-23
  • 2021-04-30
猜你喜欢
  • 2021-06-29
  • 2021-07-25
  • 2022-12-23
  • 2021-12-31
  • 2022-01-24
  • 2021-12-18
  • 2021-06-12
相关资源
相似解决方案