让git打出trace:
GIT_TRACE=2 git clone https://projects.cs.uaf.edu/xxx.git
或者
GIT_CURL_VERBOSE=1 git clone https://projects.cs.uaf.edu/xxx.git
其中,后者会打出更多的trace
让git打出trace:
GIT_TRACE=2 git clone https://projects.cs.uaf.edu/xxx.git
或者
GIT_CURL_VERBOSE=1 git clone https://projects.cs.uaf.edu/xxx.git
其中,后者会打出更多的trace