欢迎选择我的课程,让我们一起见证您的进步~~
Try adding the current pathrepo_path = './Cocoa Touch Class.xctemplate'
The "Permission denied" error here is because there is no permission to create the local directory '/Cocoa Touch Class.xctemplate'
'/Cocoa Touch Class.xctemplate' is an absolute path, and the first '/' represents the system root directory
Your user should not have permission to create the 'Cocoa Touch Class.xctemplate' directory in the system root directory
Just change the repo_path variable below to a directory with permissions, for example:
repo_path = 'Cocoa Touch Class.xctemplate'
Try adding the current path
repo_path = './Cocoa Touch Class.xctemplate'
The "Permission denied" error here is because there is no permission to create the local directory '/Cocoa Touch Class.xctemplate'
'/Cocoa Touch Class.xctemplate' is an absolute path, and the first '/' represents the system root directory
Your user should not have permission to create the 'Cocoa Touch Class.xctemplate' directory in the system root directory
Just change the repo_path variable below to a directory with permissions, for example: