gpt4 book ai didi

git - 在 cygwin 中将 Notepad++ 用于 git

转载 作者:太空狗 更新时间:2023-10-29 12:56:06 25 4
gpt4 key购买 nike

这是这个问题的延伸

How do I use Notepad++ (or other) with msysgit?

我已经为我的 shell 脚本完成了所有我能想到的组合。当我有我的 cygwin 控制台时(如果重要的话我会使用 mintty)我可以输入

npp {file}

文件打开正确。但是当我做一个

git rebase -i HEAD~5

npp 打开一个空白的新文档,而不是控制 rebase 的交互式文件。知道为什么会这样吗?

git --versiongit version 1.7.9

latest version of cygwin on a windows 7 machine and NPP 5.9.8

also, here is my wrapper script

#!/bin/sh
"C:/Program Files (x86)/Notepad++/notepad++.exe" -multiInst -notabbar \
-nosession -noPlugin "$*"

最佳答案

我的 cygwin 路径问题是正确的。我把我的外壳包装器改成了这个

#!/bin/sh
'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar \
-nosession -noPlugin "$(cygpath -w "$*")"

而且效果很好。

关于git - 在 cygwin 中将 Notepad++ 用于 git,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10209660/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com