📌  相关文章
📜  java.io.FileNotFoundException: home user .gradle daemon 6.7 registry.bin.lock (Permission denied) - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:50.293000             🧑  作者: Mango

代码示例1
had this problem on linux, the problem was that it was root owned.

Running this command below in the ./gradle directory solved the problem

sudo chown $USER:$USER -R ./6.7 # Version might differs