1.原因

创建工程时没勾选create git repository

Xcode8 不能显示blame,show blame for line 灰色不可点解决办法

2.解决办法

➜  ~  cd /Users/zhanglinfeng/Documents/EastMoney/EMLive  //cd到你的工程根目录
➜  EMLive  git init
➜  EMLive git:(master) ✗ git add .
➜  EMLive git:(master) ✗ git commit -m 'Initial commit'

3.如果使用的svn的话

你这里显示黄色感叹号,点进去升级一下就可以

Xcode8 不能显示blame,show blame for line 灰色不可点解决办法

 

相关文章:

  • 2022-12-23
  • 2021-11-04
  • 2021-09-26
  • 2021-09-24
  • 2021-11-04
  • 2021-08-30
  • 2021-12-04
猜你喜欢
  • 2021-10-12
  • 2021-10-13
  • 2021-07-14
  • 2021-08-07
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案