一、报错内容Failed to import GitHub/GitLab rules: Error executing git: Cloning into ‘karpathy-guidelines.mdc’… fatal: repository ‘https://github.com/forrestchang/andrej-karpathy-skills/blob/main/.cursor/rules/karpathy-guidelines.mdc/’ not found , cwd: c:\Users\80025731.cursor\projects\d-cnb1-8\rule-import-staging, command: “git clone --depth 1 – https://github.com/forrestchang/andrej-karpathy-skills/blob/main/.cursor/rules/karpathy-guidelines.mdc karpathy-guidelines.mdc”二、报错说明git clone命令只能克隆整个Git仓库,不能直接克隆单个文件。你使用的是GitHub单个文件的blob页面地址(https://github.com/xxx/blob/main/xxx.mdc),不是仓库根地址,因此git无法识别为有效仓库。三、问题解决最快解决方案:手动创建规则文件(推荐)直接在Curs