Skip to content

Instantly share code, notes, and snippets.

@standardizer
Last active October 31, 2018 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save standardizer/da751da4c325af97ca9a18247dd2e53d to your computer and use it in GitHub Desktop.
Save standardizer/da751da4c325af97ca9a18247dd2e53d to your computer and use it in GitHub Desktop.
git clone executing plink.exe (as it should be)
C:\Users\user\Work\Git\terraform-aws-plans>git clone ssh://git@gitlab.my-site.org/devops/terraform-aws/modules/mymodule.git
17:30:54.596975 exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/bin
17:30:54.597975 git.c:415 trace: built-in: git clone ssh://git@gitlab.my-site.org/devops/terraform-aws/modules/mymodule.git
Cloning into 'mymodule'...
17:30:54.649752 run-command.c:637 trace: run_command: unset GIT_DIR; 'C:\Program Files\PuTTY\plink.exe' git@gitlab.my-site.org 'git-upload-pack '\''/devops/terraform-aws/modules/mymodule.git'\'''
remote: Enumerating objects: 20, done.
17:30:56.633087 run-command.c:637 trace: run_command: git index-pack --stdin -v --fix-thin '--keep=fetch-pack 18848 on mycomputer' --check-self-contained-and-connected
remote: Counting objects: 100% (20/20), done.
17:30:56.656089 exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
17:30:56.659097 git.c:415 trace: built-in: git index-pack --stdin -v --fix-thin '--keep=fetch-pack 18848 on mycomputer' --check-self-contained-and-connected
remote: Compressing objects: 100% (19/19), done.
Receiving objects: 80% (229/286) 0 (delta 0) 6/286)
Receiving objects: 100% (286/286), 47.01 KiB | 764.00 KiB/s, done.
Resolving deltas: 100% (152/152), done.
17:30:56.836109 run-command.c:637 trace: run_command: git rev-list --objects --stdin --not --all --quiet '--progress=Checking connectivity'
17:30:56.855515 exec-cmd.c:236 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
17:30:56.858520 git.c:415 trace: built-in: git rev-list --objects --stdin --not --all --quiet '--progress=Checking connectivity'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment