improve error message when abra can't pull the recipe #299

Closed
opened 2022-02-18 10:13:10 +00:00 by knoflook · 1 comment
Owner

Describe the current behavior

FATA[0000] ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain

Steps to reproduce

replace the https url for a recipe with an ssh URL

cd ~/.abra/apps/$recipe
git remote set-url origin $sshurl
abra app deploy $recipe

Describe the expected behavior

abra should specify the problem is with connecting to the repository, because for now this looks like a problem with connecting to the server.

Any idea how this might be fixed?

Additional information

abra version 0.4.0-alpha-rc6-cff7534

## Describe the current behavior FATA[0000] ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain ## Steps to reproduce replace the https url for a recipe with an ssh URL ``` cd ~/.abra/apps/$recipe git remote set-url origin $sshurl abra app deploy $recipe ``` ## Describe the expected behavior abra should specify the problem is with connecting to the repository, because for now this looks like a problem with connecting to the server. ## Any idea how this might be fixed? ## Additional information `abra version 0.4.0-alpha-rc6-cff7534 ` <!-- run "abra -v" on the command-line -->
knoflook added the
bug
abra
labels 2022-02-18 10:13:10 +00:00
decentral1se added this to the Beta release (software) project 2022-02-20 17:08:43 +00:00
Owner

We couldn't reproduce this on latest but I did run into coop-cloud/abra#160 which hopefully helps. Gonna close this for now, let's re-open if we run into it again.

We couldn't reproduce this on latest but I did run into https://git.coopcloud.tech/coop-cloud/abra/pulls/160 which hopefully helps. Gonna close this for now, let's re-open if we run into it again.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#299
No description provided.