扫码关注官方订阅号
欢迎选择我的课程,让我们一起见证您的进步~~
添加当前路径试试repo_path = './Cocoa Touch Class.xctemplate'
这里的“Permission denied”报错是因为建立本地目录'/Cocoa Touch Class.xctemplate'无权限
'/Cocoa Touch Class.xctemplate' 是绝对路径,最前面的'/'代表系统根目录
你的用户应该是没有权限在系统根目录建立'Cocoa Touch Class.xctemplate'目录的
下面的repo_path变量换个有权限的目录就可以了,例如:
repo_path = 'Cocoa Touch Class.xctemplate'
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
添加当前路径试试
repo_path = './Cocoa Touch Class.xctemplate'
这里的“Permission denied”报错是因为建立本地目录'/Cocoa Touch Class.xctemplate'无权限
'/Cocoa Touch Class.xctemplate' 是绝对路径,最前面的'/'代表系统根目录
你的用户应该是没有权限在系统根目录建立'Cocoa Touch Class.xctemplate'目录的
下面的repo_path变量换个有权限的目录就可以了,例如: