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:

  1. hit ~ open repository in git shell
  2. run 'git add -a' stage changes
  3. 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

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -