Unable to clone app engine project in pycharm -


i trying clone app engine project written in python, pycharm.

my version of git 1.9 have latest version of pycharm.

i have run gcloud auth login can authenticate using google account. when try clone repository @ https://source.developers.google.com/p/app-engine-project

i dialog box similar 1 below, request me enter username , password.

enter image description here

i enter gmail account can't login. tells me can't connect repository.

please help.

do following:

  1. create directory want local git repository located , navigate it.

    $mkdir directory

    $cd directory

  2. run gcloud auth login command. command gets credentials required access cloud repository google cloud platform.

    $ gcloud auth login

  3. run gcloud init command. command creates local git repository , adds cloud repository git origin remote.

    $ gcloud init project_id

the gcloud init command creates directory named project_id/default in current directory. default directory contains local git repository.

  1. run pycharm , 1 of following:

    • on welcome screen, click open
    • on main menu, choose file | open.
  2. in select path dialog box, select directory named project_id/default

pycharm connect repository automatically.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -