I currently use a conemu wrapper called cmder that contains msysgit included in it. which was installed by chocolatey.
the reason I am not using the native console is that it does not support git repos from ssh(well.. atleast i can not find a way atm)
It seems to be an issue for cmder.
here is the log
λ glide --debug install
[INFO] Lock file (glide.lock) does not exist. Performing update.[INFO] Fetching updates for myproj.
rem@192.168.1.10's password:
rem@192.168.1.10's password:
[INFO] Fetching updates for github.com/tealeg/xlsx.
[INFO] Fetching updates for github.com/satori/go.uuid.
[INFO] Fetching updates for github.com/mattn/anko.
[INFO] Fetching updates for github.com/daviddengcn/go-colortext.
[INFO] Fetching updates for github.com/elgs/gostrgen.
[INFO] Fetching updates for github.com/mitchellh/mapstructure.
[INFO] Fetching updates for github.com/dancannon/gorethink.
[INFO] Fetching updates for github.com/gin-gonic/gin.
[INFO] Fetching updates for github.com/julienschmidt/httprouter.
[DEBUG] ---> Inspecting d:\gopath\src\main\vendor for changes (10 packages).
[DEBUG] ----> Scanning kbo
[DEBUG] Looking in d:\gopath\src\main\vendor/myproj/Godeps/ for a Godeps.json file.
[DEBUG] Looking in d:\gopath\src\main\vendor/myproj/vendor/ for a manifest file.
[INFO] Scanning myproj for dependencies.
[DEBUG] => Scanning encoding/json
glide --version
glide version 0.8.2-13-g44073ab
set GOARCH=amd64
set GOBIN=
set GOEXE=.exe
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=D:\gopath
set GORACE=
set GOROOT=C:\Go
set GOTOOLDIR=C:\Go\pkg\tool\windows_amd64
set GO15VENDOREXPERIMENT=1
set CC=gcc
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0
set CXX=g++
set CGO_ENABLED=1
I am opening a new issue since https://github.com/Masterminds/glide/issues/194 has fixed the issue on windows native console (cmd.exe)
I currently use a conemu wrapper called cmder that contains msysgit included in it. which was installed by chocolatey.
the reason I am not using the native console is that it does not support git repos from ssh(well.. atleast i can not find a way atm)
It seems to be an issue for cmder.
here is the log