我的主人有两个分支:
有没有办法将昨天的提交从wss复制到v2.1?
我已经在mac上安装了git brew install git.当我尝试启动gitk时,我收到以下错误:
Error in startup script: unknown color name "lime"
(processing "-fore" option)
invoked from within
"$ctext tag conf m2 -fore [lindex $mergecolors 2]"
(procedure "makewindow" line 347)
invoked from within
"makewindow"
(file "/usr/local/bin/gitk" line 12434)
Run Code Online (Sandbox Code Playgroud)
看来我的Mac没有一个名为的颜色lime.
我可以在环境中添加石灰色,还是有更好的修复方法?
git版本是2.7.0,Mac运行优胜美地10.10.5
我按照本SO post中的指示安装了brew和gitk 。我在macOS 10.12.6上运行。git仍然可以正常工作,但是当我尝试从终端运行gitk时,我得到:
Error in startup script: osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" cannot be used with the current OS because it has no OSAXHandlers entry in its Info.plist.
while executing
"exec osascript -e [format {
tell application "System Events"
set frontmost of processes whose unix id is %d to true
end te..."
invoked from within
"if {[tk windowingsystem] eq "aqua"} {
exec osascript -e [format {
tell application "System Events"
set frontmost of processes …Run Code Online (Sandbox Code Playgroud) 我的系统是 macOS Catalina 10.15.7 (19H2)
我通过 brew 安装了 git,下面显示了安装的版本
git --version
git version 2.24.3 (Apple Git-128)
Run Code Online (Sandbox Code Playgroud)
git-gui 的版本是 2.30.0
当我gitk在 iterm2 或 ios 内置终端应用程序中键入时,它们都只显示空白
我跟着/sf/answers/1247049191/尝试更新 git,希望它会做一些魔术,但它没有。
请帮忙解决这个问题。