Change git repo checkout https

This commit is contained in:
Kouhei Ueno 2014-10-17 19:45:12 +09:00
parent b01126322b
commit 5336cf3f39

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