jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

Hang when creating new branch (windows 10) #153

Open biskyt opened 8 years ago

biskyt commented 8 years ago

git-control ver: 0.7.0 Atom ver: 1.6.0-beta5 Also happens on atom stable with git-control 0.4.0

Whenever I click the 'Branch' button in the git-control gui (ctrl+alt+o) to create a new branch of my git project, atom hangs.

See screenshot attached.

The dialog shows up for choosing current branch and new branch name. However the mouse cursor gets stuck as a hand and no clicks are registered anywhere. Eventually atom pops up an 'Editor is not responding' message, with an option to keep waiting or close.

I'm fairly new to atom. If there is anything that you need me to do for debugging, please let me know.

The git repo that I have open in atom at the time is https://github.com/openeyes/oe_installer

Thanks, T

image