sudo gem uninstall cocoapods 報錯

$ sudo gem uninstall cocoapods
Remove executables:
	pod, sandbox-pod
	
in addition to the gem? [Yn]  Y
ERROR:  While executing gem ... (Gem::FilePermissionError)
    You don't have write permissions for the /usr/bin directory.

解決方案: 使用 sudo gem uninstall cocoapods -n /usr/local/bin

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章