码迷,mamicode.com
首页 > 其他好文 > 详细

pod install warning

时间:2014-09-17 11:54:12      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:ar   sp   c   ad   ef   r   as   table   tt   

warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777

解决方法:

sudo chmod 775 /usr/local

tips:

775 => root(7) group(7) others(5), 7 => read(4) + write(2) + execute(1), and 5 => read(4) + execute(1)

pod install warning

标签:ar   sp   c   ad   ef   r   as   table   tt   

原文地址:http://www.cnblogs.com/superchao8/p/3976705.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!