authentication via ssh keys

Deleted user August 30, 2019

i have ssh key uploaded but still getting issue

1 answer

1 vote
Rafael Pinto Sperafico
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2019

Hi @[deleted] ,

Enable DEBUG before calling a Git command, so you can review more information on the error you are experiencing:

# Linux
export GIT_TRACE_PACKET=1 export GIT_TRACE=1 export GIT_CURL_VERBOSE=1
git clone ...
# Windows
set GIT_TRACE_PACKET=1 set GIT_TRACE=1 set GIT_CURL_VERBOSE=1
git clone ...

Apart from that, you could follow some of the Troubleshoot SSH issues from documentation.

In case you continue on experiencing issues, please provide us with more information so we can guide you on how to overcome the problem.

Kind regards,
Rafael

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events