Whilst trying to restore nuget packages I am getting the following:-
Error 1 The underlying connection was closed: An unexpected error occurred on a send.<
Type this command
On Linux Execute the following in the command line before executing the Git command:
export GIT_TRACE_PACKET=1;export GIT_TRACE=1;export GIT_CURL_VERBOSE=1
On Windows Execute the following in the command line before executing the Git command:
set GIT_TRACE_PACKET=1 set GIT_TRACE=1 set GIT_CURL_VERBOSE=1