Han Xiao

Results 5 comments of Han Xiao

I still met the problem even after `git config --global http.sslVerify true`: ``` ~ ❯❯❯ git --version git version 2.10.1 (Apple Git-78) ~ ❯❯❯ go version go version go1.8 darwin/amd64...

seems not so much new information ``` ~ ❯❯❯ GIT_CURL_VERBOSE=1 GIT_TRACE=1 git clone https://gopkg.in/fatih/pool.v2 /Users/laputa/workspace/go/src/gopkg.in/fatih/pool.v2 15:35:49.110194 git.c:350 trace: built-in: git 'clone' 'https://gopkg.in/fatih/pool.v2' '/Users/laputa/workspace/go/src/gopkg.in/fatih/pool.v2' Cloning into '/Users/laputa/workspace/go/src/gopkg.in/fatih/pool.v2'... 15:35:49.122374 run-command.c:336 trace: run_command:...

checked again my git config: ``` ~ ❯❯❯ git config --list ... http.sslverify=true ``` still same error on `git clone`,

anyway I solved by manually clone for mgo, in case anyone need it: ``` git clone -b v2 [email protected]:go-mgo/mgo.git $GOPATH/src/gopkg.in/mgo.v2 git clone -b v2 [email protected]:go-tomb/tomb.git $GOPATH/src/gopkg.in/tomb.v2 git clone -b v2...

same problem, launching from cli: ```bash ~ ❯❯❯ ll -h /Library/Java/JavaVirtualMachines/jdk1.8.0_212.jdk/Contents/Home/jre/lib/jli/libjli.dylib -rwxr-xr-x 1 root wheel 60K Apr 2 2019 /Library/Java/JavaVirtualMachines/jdk1.8.0_212.jdk/Contents/Home/jre/lib/jli/libjli.dylib ~ ❯❯❯ /Applications/Sourcetrail.app/Contents/MacOS/Sourcetrail ... 19:50:44 | utilityJava.cpp:78 prepareJavaEnvironmentAndDisplayOccurringErrors() | ERROR:...