0

I want to upgrade my magento 2.0.2 to latest version with help of composer. When i run command

composer update

It want below authentication information :

Loading composer repositories with package information
    Authentication required (connect20.aveo-trade.cz):
      Username:

But i don't have any username and password for connect20.aveo-trade.cz

Now what i have to do for upgrade?

Sneha Panchal
  • 886
  • 14
  • 30
  • How to use the new repo.magento.com http://magento.stackexchange.com/questions/90983/how-to-use-the-new-repo-magento-com – Krishna ijjada Nov 17 '16 at 12:51
  • actually i know this ,first it ask for repo.magento credentials and i enter that and after that it ask for above credentials – Sneha Panchal Nov 17 '16 at 12:56

2 Answers2

1

Just open this link, If you don't have account on Magento marketplace then simply create it.After login into your account open the Access Keys link from My profile.

enter image description here

After that click on Create new access keys button to generate key for you. After entering key name It will generate public key and private key for you. Public key is user name for you and private key is password for you. Now you can enter your user name and password in your command prompt.

enter image description here

Keyur Shah
  • 18,046
  • 6
  • 66
  • 80
  • i have account and when i run update command first it ask for repo.magento credentials and i enter that and credentials are proper after that it ask for connect20.aveo-trade.cz authentication – Sneha Panchal Nov 17 '16 at 12:58
0

Now i solved my issue by removing below code under 'repositories' section from composer.json file :

"atconnect": {
            "type": "composer",
            "url": "https://connect20.aveo-trade.cz"
        }
Sneha Panchal
  • 886
  • 14
  • 30