could not create work tree dir ‘edgex-go‘: Permission denied

在配置EdgeXFoundry时报错如上所示,原因是没有权限进行写入
我本来输入:

git clone https://github.com/edgexfoundry/edgex-go.git

报错如题,原因已经给出
修改方法

cd ../(返回上一级目录)
sudo chmod o+w dirname (dirname是你当前目录的名称)

当前目录名称可以通过

pwd (print working directory,显示整个目录名称)

来获得

上一篇:CentOS7 编译安装python 3.9.6 时报错 Could not import runpy module 解决方案


下一篇:解决 Could not find resource com/baidou/dao/UserMapper.xml