Git for windows version 2.5.3 not able to push changes

后端 未结 5 1951
谎友^
谎友^ 2020-12-18 13:14

I am receiving errors below when I try to push changes(not a problem with memory, or other already issues already mention on stackoverflow), errors are gone when I uninstall

5条回答
  •  春和景丽
    2020-12-18 13:45

    I faced the same issue, and realised that OneDrive was paused. If the files are "online", the files will be fetched automatically, but not if OneDrive is paused or not running:

    git reset --hard 
    fatal: mmap failed: Invalid argument
    

提交回复
热议问题