【发布时间】:2021-09-16 10:44:27
【问题描述】:
正如标题所说,我正在尝试在 VSCode 中克隆我的一个 GitHub 存储库。我收到以下错误:
fatal: Unable to create temporary file '/Users/user/Documents/Projects/MyGamesList/MyGamesList/.git/objects/pack/tmp_pack_XXXXXX': Operation not permitted
我在删除仓库的本地文件后克隆了这个仓库,因为我在尝试使用 npm start 时遇到了 EPERM Operation not permitted。
我使用的是 macOS Big Sur 11.4。我已尝试更改我的文档文件夹的权限并更新 NPM。
【问题讨论】:
标签: macos github npm visual-studio-code file-permissions