tomdoel / pulmonarytoolkit

Lung medical image analysis and visualisation software for Matlab.
GNU General Public License v3.0
84 stars 57 forks source link

Apparent "hang" on launch: stuck waiting for input if GitHub has not been added to authorized_hosts #24

Closed tomdoel closed 6 years ago

tomdoel commented 6 years ago

When launching PTK for the first time, if the GitHub RSA key fingerprint has not been added to the authorized_hosts then the update check may wait silently for input. The (unreported) message is "The authenticity of host [...] can't be established. RSA key fingerprint is [...]. Are you sure you want to continue connecting (yes/no)? and yes or no should be entered to proceed. The problem is caused because git remote update cannot be run in a way that avoids this message, Matlab's system command swallows the output by default.

tomdoel commented 6 years ago

Fixed in v0.7.6