wangbjun / go-micloud

Go语言开发的小米云服务网盘命令行客户端
https://i.mi.com/drive
Other
158 stars 28 forks source link

安卓系统运行命令行程序会不停的弹write error #7

Closed pongfcnkl closed 3 years ago

pongfcnkl commented 3 years ago

用termux编译的 write error: can't make directories for new logfile: mkdir /tmp: read-only file system 好像是无法创建tmp目录 IMG_20201212_223416

pongfcnkl commented 3 years ago

试了下把config.go的46行代码conf.LogFile = "/tmp/micloud.log"改成conf.LogFile = "./micloud.log"就正常了