Make the git command in the console more verbose
# If you have connection issues from the local machine to GitHub, you can make the git command in the console more verbose.
# sourcee: https://stackoverflow.com/a/20492254/1057348
# Windows
set GIT_CURL_VERBOSE=1
set GIT_TRACE_PACKET=2
# Unix
# export GIT_CURL_VERBOSE=1
# export GIT_TRACE_PACKET=2