The GitHub.app for Mac crashes every time, if a local repository is loaded

空扰寡人 提交于 2019-12-11 00:36:14

问题


If I open a local repository the GitHub.app for Mac crashes. But only if I click on the tab 'Changes'.


回答1:


The solution is simple: You have to be sure that all folders in your repository are readable.

I had a folder in my repository, which was not readable. After I granted read-access the GitHub.app didn't crash anymore.




回答2:


Make sure you don't have large files in the local repository. I believe github was crashing because in my local repository I had a 13MB pgm image. The issue was solved by removing the large image file from the directory.




回答3:


Just wanted to add that Mac GitHub marked "Responder Train (185)" in "GitHub | About GitHub" will sit and beach ball for a significant period of time if you have previously added repositories that exist on another machine and which were mounted over CIFS, but whose mounts are not currently available.

Eventually, GitHub for Mac will start and will mark the repos it couldn't read as unavailable. Alternately, just make sure you establish all the CIFS-mounted repositories and GitHub will start up immediately.




回答4:


I was able to fix a similar issue by editing my .git/config file. (Changed to remote = origin)

See: GitHub for Mac crashes on open because of local repository issue



来源:https://stackoverflow.com/questions/19179058/the-github-app-for-mac-crashes-every-time-if-a-local-repository-is-loaded

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!