CFURLCopyResourcePropertyForKey failed because it was passed this URL which has no scheme:

后端 未结 7 2300
灰色年华
灰色年华 2021-01-30 11:10

I understand this is an xcode warning/error, however, it happens when I try to run gitk --all from the command line.

YuFei-Zhus-MacBook-Pro:test phi         


        
7条回答
  •  情深已故
    2021-01-30 11:34

    $ alias gitk='gitk 2>/dev/null'
    

    I have same problem here. This is quick tip until someone answers this solution.

提交回复
热议问题