Links
Less than 1 minutedetails
Collection of links to various git-related documentation
- Git HTTP transport protocol documentation
- git reference
- git protocol capabilities
- git HTTP protocol
- git PACK protocol
- git pack format
- Git Tip of the Week: Objects
- Git Internals - Transfer Protocols
- Git receive-pack.c Source
- Reimplementing “git clone” in Haskell from the bottom up
set GIT_CURL_VERBOSE=1
$env:GIT_CURL_VERBOSE=1
$env:GIT_TRACE=1
git config --global http.proxy %HTTP_PROXY%
git config --global --unset http.proxy
git config --global http.sslVerify false
GIT_TRACE=2 GIT_CURL_VERBOSE=2 GIT_TRACE_PERFORMANCE=2 GIT_TRACE_PACK_ACCESS=2 GIT_TRACE_PACKET=2 GIT_TRACE_PACKFILE=2 GIT_TRACE_SETUP=2 GIT_TRACE_SHALLOW=2