简体   繁体   中英

I cannot push code to ionic master

I'm having an issue with the new ionic pro app deployment and testing through GIT. I've gone through process of manually linking old ionic cloud project to the new ionic pro system and then when I finally run the command to push to ionic master:

git push ionic master

It asks me for the ionic passphrase key...

Enter passphrase for key '/Users/Coolwebs/.ssh/ionic/113316':

I've gone looking for the passphrase in my macosx keychain (searching for 'SSH'), but all I can find is an entry for GitHub and I'm sure that isn't the right entry (even though I already tried using the password).

I even created a new app according to instructions on https://ionicframework.com/docs/pro/migration/index.html and then I still get the same request for a passphrase for the very same key.

I think this refers to the original SSH that I setup when I first installed GIT - but I have no idea what that is. Totally pulling my hair out over this.

Do I need to uninstall GIT and reinstall it all over again?

There is no need to reinstall GIT.

To quote ionic docs:

The Ionic CLI automatically detects and adds your public key (or creates new ones) to your Ionic Pro account as part of the link and start commands. If you have additional public keys you'd like to link to Ionic Pro, create them manually using ssh-keygen, log into your Ionic Pro account, and add the keys manually under “SSH Keys”.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM