Ionic can't login Request: POST https://api.ionic.io/login No user found by that email

前端 未结 2 1563
攒了一身酷
攒了一身酷 2020-12-30 02:00

When I try to run any Ionic CLI commands that require login I get a 404 error.

Here\'s the command line....

? Password: [hidden]
Request: POST https         


        
2条回答
  •  感动是毒
    2020-12-30 02:23

    Assuming you have already installed git in windows...

    1) Control Panel > System > Edit the system variables

    2) System Properties > Advanced (Tab) > Environment Variables (Bottom of tab)

    3) System Variables > New

    Variable Name: ssh-keygen

    Variable Value C:\Program Files\Git\git-cmd

    Click ok

    4) Close and restart you CMD/Shell Window

    4) in the CMD window type ionic login

提交回复
热议问题