wangbjun / go-micloud

Go语言开发的小米云服务网盘命令行客户端

Home Page:https://i.mi.com/drive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pongfcnkl opened this issue · comments

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

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