diff options
| author | Kouhei Ueno <kouhei@google.com> | 2014-10-17 19:45:12 +0900 |
|---|---|---|
| committer | Kouhei Ueno <kouhei@google.com> | 2014-10-17 19:45:12 +0900 |
| commit | eff78d030052bcdce7269c392ac956d2fa6f6f4a (patch) | |
| tree | 9c5be41b8eb287ca8f3eaaf27fbe3a4b2de1a467 | |
| parent | 58bb071825a70a882d5a4159529a5800b18349e0 (diff) | |
Change git repo checkout https
| -rw-r--r-- | development.md | 2 |
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``. |
