在pull远程主分支代码时,出现了如下错误:
| 
					 1 2  | 
						git-lfs filter-process: git-lfs: command not found fatal: The remote end hung up unexpectedly  | 
					
解决方案
| 
					 1  | 
						$ brew install git-lfs  | 
					
在pull远程主分支代码时,出现了如下错误:
| 
					 1 2  | 
						git-lfs filter-process: git-lfs: command not found fatal: The remote end hung up unexpectedly  | 
					
解决方案
| 
					 1  | 
						$ brew install git-lfs  |