Gitが管理する既存のプロジェクトにサブモジュールとしてGitリポジトリを追加し、これらをコマンドラインで実行し、GitBoxを使用してプロジェクトを管理しました。その後、GitBoxを開くと、クラッシュし、何度も試しました。マシンを再起動しました。
アプリケーション固有の情報: *キャッチされなかった例外によるアプリの終了'NSInvalidArgumentException'、理由:'* setObjectForKey:オブジェクトをnilにすることはできません(キー:_NSTaskExecutablePath)
アプリケーション固有のバックトレース1:0 CoreFoundation
0x00007fff92a3c716 __exceptionPreprocess + 198 1 libobjc.A.dylib
0x00007fff8f2b3470 objc_exception_throw + 43 2 CoreFoundation
0x00007fff92acaf07-[__ NSDictionaryM setObject:forKey:] + 135 3
Foundation 120697 5 Gitbox
0x000000010001cfb7 Gitbox + 118711 6 Gitbox
0x000000010005b6eb Gitbox + 374507 7 Gitbox
0x000000010000687b Gitbox + 26747 8 Gitbox
0x000000010005a3cc Gitbox + 369612 9 Gitbox
0x000000010005a6cc Gitbox + 370380 10 Gitbox
0x000000010001c7ec Gitbox + 116716 11 libdispatch.dylib
0x00007fff8e881f3d _dispatch_call_block_and_release + 15 12 libdispatch.dylib 0x00007fff8e87e0fa _dispatch_client_callout + 8 13 libdispatch.dylib 0x00007fff8e883104 _dispatch_main_queue_callback_4CF + 275 14 CoreFoundation 0x00007fff929de81e __CFRunLoopRun + 1614 15 CoreFoundation 0x00007fff929dddd2 CFRunLoopRunSpecific + 290 16 HIToolbox
0x00007fff98145774 RunCurrentEventLoopInMode + 209 17 HIToolbox
0x00007fff98145512 ReceiveNextEventCommon + 356 18 HIToolbox
0x00007fff981453a3 BlockUntilNextEventMatchingListInMode + 62 19 AppKit 0x00007fff93d29fa3 _DPSNextEvent + 685 20 AppKit 0x00007fff93d29862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 21 AppKit 0x00007fff93d20c03 -[NSApplication run] + 517 22 AppKit 0x00007fff93cc5656 NSApplicationMain + 869 23 Gitbox
0x00000001000028c1 Gitbox + 10433 24 Gitbox
0x0000000100001d94 Gitbox + 7572 25 ???
0x0000000000000002 0x0 + 2
Gitboxの設定を削除して、新しくインストールしたアプリにしたかったのですが、見つかりませんでした。他に何を試すことができますか?
ありがとう!