summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorKouhei Ueno <kouhei@google.com>2014-10-17 19:45:12 +0900
committerKouhei Ueno <kouhei@google.com>2014-10-17 19:45:12 +0900
commiteff78d030052bcdce7269c392ac956d2fa6f6f4a (patch)
tree9c5be41b8eb287ca8f3eaaf27fbe3a4b2de1a467 /development.md
parent58bb071825a70a882d5a4159529a5800b18349e0 (diff)
Change git repo checkout https
Diffstat (limited to 'development.md')
-rw-r--r--development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md
index f750c611..ccd64386 100644
--- a/development.md
+++ b/development.md
@@ -17,7 +17,7 @@ $ echo $GOPATH
/home/user/goproj
$ mkdir -p $GOPATH/src/github.com/GoogleCloudPlatform/
$ cd $GOPATH/src/github.com/GoogleCloudPlatform/
-$ git clone git@github.com:GoogleCloudPlatform/kubernetes.git
+$ git clone https://github.com/GoogleCloudPlatform/kubernetes.git
```
The commands above will not work if there are more than one directory in ``$GOPATH``.