Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

git 443 operation timed out

<!-- "git 443 operation timed out" -->
<!-- Remove Proxy -->
git config --global --unset https.proxy
<!-- Configure Proxy -->
git config --global http.proxy http://user:password@proxy:xxx)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #operation #timed
ADD COMMENT
Topic
Name
9+4 =