Github commit not working on desktop app -
i using latest version of github desktop app(3.0.4) on windows 10 machine. recently, not being able make commits. when trying commit, app goes "committing" mode(loading..) , nothing happens. not work when try commit single file also.
i wrote github team , had say.
it looks you're running out of memory exception: system.outofmemoryexception: exception of type 'system.outofmemoryexception' thrown. unfortunately github desktop have edge cases can cause oom -- when working large amounts of commits or larger files. we're working on fixing performance reduce these edges cases, in meantime try committing directly git shell:
- hit ~ open repository in git shell
- run 'git add -a' stage changes
- run 'git commit -m "your commit message here"' commit changes
i haven't faced problem again after updated desktop app(3.0.9.0 now).
Comments
Post a Comment