摘要: Initialized empty Git repository in /home/lphu/test/.git/ Can't locate SVN/Core.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8 /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-m... 阅读全文
posted @ 2012-09-15 17:24 hello.world 阅读(513) 评论(0) 推荐(0)
摘要: 在root设置sudoers配制文件 chmod +w /etc/sudoers vim /etc/sudoers 添加一行 username ALL=(ALL) ALL 其中username是你的用户名,保存 更改sudoers文件权限 chmod 0440 /etc/sudoers 退出root 阅读全文
posted @ 2012-09-15 15:36 hello.world 阅读(188) 评论(0) 推荐(0)