gclient permission error

File "/home/evan/bin/gclient.py", line 1705, in <module>

   result = Main(sys.argv)

 File "/home/evan/bin/gclient.py", line 1700, in Main

   return DispatchCommand(command, options, args)

 File "/home/evan/bin/gclient.py", line 1631, in DispatchCommand

   return command_map[command](options, args)

 File "/home/evan/bin/gclient.py", line 1484, in DoConfig

   client.SaveConfig()

 File "/home/evan/bin/gclient.py", line 916, in SaveConfig

   self._config_content)

 File "/home/evan/bin/gclient.py", line 309, in FileWrite

   f = open(filename, "w")

IOError: [Errno 13] Permission denied: './.gclient'

 

solution:

run "sudo chown -R evan /chromium

posted @ 2013-06-03 13:51  Chjun  阅读(662)  评论(0编辑  收藏  举报