Git push ionic

I am having build issues with git push ionic master. Please help look into this problem.

It failed with the following message:

remote: [22:35:45] lint finished in 5.92 s
remote:
Connection to git.ionicjs.com closed by remote host.
fatal: The remote end hung up unexpectedly
error: error in sideband demultiplexer
To git.ionicjs.com:jinbochen/intel-modal-mobile.git
8bd2779…3916a3a master -> master
error: failed to push some refs to ‘git@git.ionicjs.com:jinbochen/intel-modal-mobile.git’

Ionic Info:

cli packages: (/Users/jinbo/dev/mobile/node_modules)

@ionic/cli-utils  : 1.9.2
ionic (Ionic CLI) : 3.9.2

global packages:

Cordova CLI : 7.0.1 

local packages:

@ionic/app-scripts : 2.1.4
Cordova Platforms  : android 6.2.3 ios 4.4.0
Ionic Framework    : ionic-angular 3.6.0

System:

Node  : v6.10.0
npm   : 3.10.10 
OS    : macOS Sierra
Xcode : Xcode 8.3.3 Build version 8E3004b

I’m having the same issue, although my Ionic info looks different:

cli packages: (/Users/jknowles/code/maverick/node_modules)

    @ionic/cli-utils  : 1.9.2
    ionic (Ionic CLI) : 3.9.2

global packages:

    Cordova CLI : 7.0.1

local packages:

    @ionic/app-scripts : 2.0.2
    Cordova Platforms  : android 6.2.3 ios 4.4.0
    Ionic Framework    : ionic-angular 3.5.3

System:

    Android SDK Tools : 25.2.3
    ios-deploy        : 1.9.1
    ios-sim           : 5.0.13
    Node              : v7.9.0
    npm               : 4.2.0
    OS                : macOS Sierra
    Xcode             : Xcode 8.3 Build version 8E162

I have yet to get this app loaded up to share with my client who’s anxiously awaiting it.

Best Regards,
Julie

So just discovered that the build still happened in my dashboard and I was able to successfully share the app privately. It has been extremely painful and has taken me the better part of the day trying to do this.

Thanks for the sharing. I guess for you, the issue was mainly misleading error message.

By the way, how long did your build complete? did it complete in a reasonable amount of time?

However, for me, it still failed but now with a different error message even though it appears that build was successful.

46 PM

Does your ionic serve works properly?

Try removing added device platform (backup images) using ionic cordova platform rm android/ios.
Then add it back ionic cordova platform add android/ios.

Also, it may be due to older versions of Node and npm.
Mine Node version is ‘8.1.3’ and npm is ‘5.0.3’.

If re-adding platform doesn’t helps, try updating npm -
npm - npm install npm@latest -g

And then at your project folder, run npm install to refresh dependencies.

I just discovered this new helpdesk for Ionic Pro and there is an entry for the error you are having:

1 Like

I’m having the same problem and get the same error messages as the original poster. However, the “Error in Sideband Multiplexer…” entry doesn’t help me because I get this error on the initial push. The builds are no where to be found in my dashboard and my setup guide shows 0 of 7. How can I get around this? There is no corresponding build in the dashboard to watch.

You will have to contact support either from inside the dashboard or via http://ionicframework.com/support#support
As this is a hosted, closed source service we, the community, can’t do much about it.