84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
欢迎选择我的课程,让我们一起见证您的进步~~
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: