Merge pull request #1854 from nyaxt/fixGitPath

Change git repo checkout to https
This commit is contained in:
Joe Beda 2014-10-17 10:17:01 -07:00
commit ea3d3c06b9

View File

@ -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``.