This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
K:\temp>set GIT_CURL_VERBOSE=1 | |
K:\temp>rm -rf Repository | |
K:\temp>git clone http://:@server:8080/tfs/COLLECTION/TeamProject/_git/Repository | |
11:51:47.940501 git.c:348 trace: built-in: git 'clone' 'http://:@server:8080/tfs/COLLECTION/TeamProject/_git/Repository' | |
Clonage dans 'Repository'... | |
11:51:48.024602 run-command.c:351 trace: run_command: 'git-remote-http' 'origin' 'http://:@server:8080/tfs/COLLECTION/TeamProject/_git/Repository' | |
* Couldn't find host server in the _netrc file; using defaults | |
* timeout on name lookup is not supported |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
K:\temp>set GIT_CURL_VERBOSE=1 | |
K:\temp>git clone http://:@server:8080/tfs/COLLECTION/TeamProject/_git/Repository | |
Cloning into 'Repository'... | |
* Couldn't find host server in the _netrc file; using defaults | |
* Adding handle: conn: 0x39c790 | |
* Adding handle: send: 0 | |
* Adding handle: recv: 0 | |
* Curl_addHandleToPipeline: length: 1 | |
* - Conn 0 (0x39c790) send_pipe: 1, recv_pipe: 0 |
NewerOlder