Skip to content

Instantly share code, notes, and snippets.

@standardizer
standardizer / git-clone.log
Last active October 31, 2018 16:44
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: buil
@standardizer
standardizer / terraform-init.log
Last active October 31, 2018 16:35
terraform executing ssh (should be plink.exe)
C:\Users\user\Git\terraform-aws-plans> terraform init
2018/10/31 17:24:21 [INFO] Terraform version: 0.11.10 17850e9a55d33c43d7c31fd6ac122ba97a51d899
2018/10/31 17:24:21 [INFO] Go runtime version: go1.11.1
2018/10/31 17:24:21 [INFO] CLI args: []string{"C:\\Users\\user\\Downloads\\terraform_0.11.10_windows_amd64\\terraform.exe", "init"}
2018/10/31 17:24:21 [DEBUG] Attempting to open CLI config file: C:\Users\user\AppData\Roaming\terraform.rc
2018/10/31 17:24:21 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/10/31 17:24:21 [INFO] CLI command args: []string{"init"}
2018/10/31 17:24:21 [DEBUG] command: loading backend config file: C:\Users\user\Work\Git\terraform-aws-plans
Initializing modules...
2018/10/31 17:24:22 [TRACE] module source: "git::ssh://git@gitlab.my-site.org/devops/terraform-aws/modules/mymodule.git?ref=v0.0.5"