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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.