Cornerstone 意外退出

解决方式:

1.)终端输入显示/隐藏.svn文件的命令:

                 defaults write com.apple.finder AppleShowAllFiles -bool true  或  defaults write com.apple.finder AppleShowAllFiles  YES ;

              输入隐藏Mac隐藏文件的命令:

                  defaults write com.apple.finder AppleShowAllFiles -bool false  或  defaults write com.apple.finder AppleShowAllFiles  NO ;

 2.)重新启动Finder :

              鼠标单击窗口左上角的苹果标志-->强制退出-->Finder-->重新启动

 3.)删掉关联目录的.svn文件和相关文件夹;

 

相关文章:

  • 2021-12-12
  • 2021-10-05
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-11
  • 2022-02-16
  • 2021-12-01
  • 2022-12-23
  • 2021-06-15
  • 2021-10-17
  • 2022-12-23
相关资源
相似解决方案