From d6b636157587c294f90cca878400dccfaaccd09c Mon Sep 17 00:00:00 2001 From: Daniel Fanjul Date: Thu, 16 Oct 2014 13:14:42 +0100 Subject: [PATCH] go get with ssh --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 834ab38..b5f5cf6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -167,3 +167,5 @@ [filter "gofmt"] clean = gofmt smudge = gofmt +[url "git@github.com:"] + insteadOf = https://github.com/