intellij idea 通过.tar.gz的方式安装报错权限的问题
Tofloor
poster avatar
jingezhang
deepin
2019-03-30 04:17
Author
安装intellij idea 启动项目的时候,报权限的错误;Ubuntu好像不存在这个问题
Reply Favorite View the author
All Replies
avatar
colin18521438
deepin
2019-03-30 04:57
#1
下载jetbrain 安装工具 在安装工具里安装
Reply View the author
avatar
jingezhang
deepin
2019-03-31 23:33
#2
https://bbs.deepin.org/post/176114
下载jetbrain 安装工具 在安装工具里安装

知道大概是什么原因造成的吗
Reply View the author
avatar
文刀
deepin
2019-04-01 04:11
#3
直接解压点击运行就OK了,不需要安装
Reply View the author
avatar
TLT
deepin
2019-04-01 08:02
#4
使用root用户将idea的安装目录 chown  -R user.user(常用的用户) ../idea_path
Reply View the author
avatar
TLT
deepin
2019-04-01 08:13
#5
对日志路径 chmod go+rw log/admim/applog.log
Reply View the author
avatar
wj008
deepin
2019-04-01 08:31
#6
请放入你的账号目录 不要放入 root 目录,比如 放入 ~/.local/idea
Reply View the author
avatar
jingezhang
deepin
2019-04-13 22:16
#7
https://bbs.deepin.org/post/176114
对日志路径 chmod go+rw log/admim/applog.log

主要是找不到日志路径
Reply View the author