Multiple remotes fail to push to either of them
joseprl89 opened this issue · 4 comments
Output from command:
Switched to a new branch 'fire-develop-josep.rodriguez@tigerspike.com-1465578516'
[fire-develop-josep.rodriguez@tigerspike.com-1465578516 9cc522d] @A
1 file changed, 176 deletions(-)
delete mode 100644 app/build.gradle
fatal: 'Client
origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Leave building!
Are you having this issue when you git push
normally?
Based on the error (fatal: 'Client origin' does not appear to be a git repository
) it looks like the remote repository isn't set up correctly.
It does work for both of them.
I reckon the issue is the script uses a variant of "git remotes" to identify the name of the origin to push to, and since there's to it uses a string that maps to "origin_1**\n**origin2"
The version in the npm has this issue, the one in the github master doesn't.
The fix is in this commit ec70c99 , but the file in the npm didn't get updated.
npm
has been updated! Sorry for the confusion, @joseprl89.