jonataslaw / get_cli

Official Getx CLI
Apache License 2.0
606 stars 178 forks source link

get_cli 1.7.1 will hang in create project #148

Open chhua531001 opened 2 years ago

chhua531001 commented 2 years ago

My Flutter SDK 2.8.1, I using "get create project:projectname" to create a new project, when I key in the "What is your company's domain" complete, the command line will hang-up

danuseptian commented 2 years ago

Hello @chhua531001,

I got the same problem. Probably, there's a bug in 1.7.1 version for Windows user. Try to install get_cli 1.6.0. and wait for the newest update.

Input this on your Command Prompt Uninstall first: pub global deactivate get_cli

After uninstall, input these command and it will install get_cli again: pub global activate get_cli 1.6.0 flutter pub global activate get_cli 1.6.0

I hope it works for you. Thank you,

AmirVahedix commented 2 years ago

Got the same problem on windows 10 I downgraded get_cli to 1.6.0

allasca commented 2 years ago

Got the same problem on windows 10 I downgraded get_cli to 1.6.0

yap, same. 1.7.0 also error

zhouweipeng commented 2 years ago

yap, same. 1.7.1 also error

fahmi277 commented 2 years ago

problem : image

i have experience :

  1. create project manually over flutter create project
  2. after finished, open terminal and write 'get init', and wait a moment
  3. pretty good, your project now already configured with get cli 4.hope can help your problem :) image result : image
AmirVahedix commented 2 years ago

problem : image

i have experience :

  1. create project manually over flutter create project
  2. after finished, open terminal and write 'get init', and wait a moment
  3. pretty good, your project now already configured with get cli 4.hope can help your problem :) image result : image

This solved my problem ✅

danuseptian commented 2 years ago

problem : image

i have experience :

  1. create project manually over flutter create project
  2. after finished, open terminal and write 'get init', and wait a moment
  3. pretty good, your project now already configured with get cli 4.hope can help your problem :) image result : image

It solved my problem on 1.7.1. Thank you! @fahmi277

jonahzheng commented 2 years ago

got the same problem on 1.7.1

ahmeedev commented 2 years ago

problem : image

i have experience :

  1. create project manually over flutter create project
  2. after finished, open terminal and write 'get init', and wait a moment
  3. pretty good, your project now already configured with get cli 4.hope can help your problem :) image result : image

helpful