[Seek Help] 文件全部加锁 然后 idea 无法编辑码云拉下来的代码
Tofloor
poster avatar
wpp252386997_
deepin
2021-03-20 19:24
Author

idea 编辑码云拉下来的代码

Reply Favorite View the author
All Replies
lcw0268
deepin
2021-03-20 19:35
#1

没有权限就不能编辑。

Reply View the author
wpp252386997_
deepin
2021-03-20 19:59
#2

我知道授权 但是不知道怎么授权给idea编辑

然后  思考了下 idea客户端应该是普通用户的权限 所以 简单chmod -R 777 -path 然后  重启idea 就可以了 

 

Reply View the author
打击越
deepin
2021-03-20 20:16
#3

用root用户登陆就可以了

Reply View the author
安洛
deepin
2021-03-20 23:06
#4

当前用户有操作"/home/用户名"这个目录的权限。擅自修改目录权限可能导致安全问题。

Reply View the author
wpp252386997_
deepin
2021-03-20 23:42
#5
打击越

用root用户登陆就可以了

当前idea是普通用户身份 root 登录是不行的

Reply View the author
xiongweixp
deepin
2021-03-21 03:10
#6

用终端打开这个文件夹,ls -All,看看文件夹的用户及权限 

Reply View the author
caoayu
deepin
2021-03-21 18:31
#7

chown chmod

Reply View the author