Commit ea3d3c06 authored by Joe Beda's avatar Joe Beda

Merge pull request #1854 from nyaxt/fixGitPath

Change git repo checkout to https
parents be358f5f 5336cf3f
...@@ -17,7 +17,7 @@ $ echo $GOPATH ...@@ -17,7 +17,7 @@ $ echo $GOPATH
/home/user/goproj /home/user/goproj
$ mkdir -p $GOPATH/src/github.com/GoogleCloudPlatform/ $ mkdir -p $GOPATH/src/github.com/GoogleCloudPlatform/
$ cd $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``. The commands above will not work if there are more than one directory in ``$GOPATH``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment