You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix nil cfg panic when setup flows into auth configure
setup built newCfg locally but never assigned to package-level cfg.
When user answered "y" to configure prompt, runAuthConfigure called
configureGhHosts which dereferenced nil cfg.
0 commit comments