Git因致命错误而失败。错误:打开权限被拒绝致命:无法处理路径

时间:2018-05-11 11:03:49

标签: git

当我想要更改表格模型时,我遇到了问题。 我收到以下错误: Git因致命错误而失败。 错误:打开(“Application / Source /'texthere'/'texthere'.jfm”):权限被拒绝 致命:无法处理路径Application / Source /'texthere'/'texthere.jfm

我已打开.gitignore文件,其中包含* .jfm扩展名。

我试图在网上找到一些东西,但没有成功。

2 个答案:

答案 0 :(得分:0)

*.jfm 文件在项目打开时使用。因此,卸载项目以提交文件。但是,如 n00ne 所述,最好从存储库中删除 *.jfm 文件。

答案 1 :(得分:0)

创建存储库的裸克隆:

git clone --bare https://github.com/exampleuser/old-repository.git

镜像推送到新仓库:

git push --mirror https://github.com/exampleuser/new-repository.git