今天突然發現,公司桌機無法呼叫到 mvn 指令。
檢查 path 設定正常啊...
檢查 path 設定正常啊...
而 notepad++ 直接設定下去,會有時候關掉 notepad++ 卻回不去 cmder 中的情況,所以解決方式:git config --global core.editor xxxxxxxx
git config --global core.editor "'c:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin '$*'"
git config --global core.editor "'C:\Program Files (x86)\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin '$*'"