我收到此错误
目前没有现有目录 “/ opt / lampp / htdocs / protech / storage / logs”并且它不可构建: 许可被拒绝
我在laravel
上部署shared host
项目后,即使在清除缓存后也是如此。
我用过:
仍然有同样的问题。
答案 0 :(得分:3)
您可以按照以下步骤
执行此操作 buildscript {
ext.ICEPICK = "3.2.0"
repositories {
google()
jcenter()
//Here is not good
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
//add here
maven {url "https://clojars.org/repo/"}
}
}
这意味着
sudo chmod -R 755 /opt/lampp/htdocs/protech/storage