Skip to content

Commit

Permalink
Change git repo checkout https
Browse files Browse the repository at this point in the history
  • Loading branch information
nyaxt committed Oct 17, 2014
1 parent b011263 commit 5336cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devel/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit 5336cf3

Please sign in to comment.