JohnDotOwl ยท GitHub

It's stuck at โ ™ Waiting for auth... (Press ESC to cancel) , shouldn't it provide a url for me to authenticate?

For context, i'm doing SSH into my server so this isn't my computer


Update - Temporary solution
Execute npx https://github.com/google-gemini/gemini-cli --debug

Proceed to accept and signin on browser via the provided link , you will receive a call back that looks like this on browser http://localhost:41725/oauth2callbac

Open another terminal , connect & copy the whole URL and do this

curl "http://localhost:41725/oauth2callbac...."

Get started coding and cancel your claude code subscription ๐Ÿ˜‚

Read the original on github.com โ†—