美文网首页
Git failed with a fatal error. G

Git failed with a fatal error. G

作者: Rinaloving | 来源:发表于2024-04-01 12:58 被阅读0次

    问题

    Git failed with a fatal error.
    Git failed with a fatal error.
    error: open(".vs/CivilAffairsWebApplication/FileContentIndex/80bafbc9-e788-47d3-a179-c76f72987b90.vsidx"): Permission denied
    fatal: Unable to process path .vs/CivilAffairsWebApplication/FileContentIndex/80bafbc9-e788-47d3-a179-c76f72987b90.vsidx 
    
    image.png
    错误原因:因为git上传要忽略vs文件,Git因致命错误而失败。权限被拒绝 无法处理的路径。

    处理办法:第一步:点击【Git】图标选择显示的【设置】

    image.png

    在【忽略文件与属性文件】中选择要添加的文件

    image.png

    再次推送即可成功

    image.png

    相关文章

      网友评论

          本文标题:Git failed with a fatal error. G

          本文链接:https://www.haomeiwen.com/subject/jlkitjtx.html