mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Change git repo checkout https
This commit is contained in:
parent
b01126322b
commit
5336cf3f39
@ -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``.
|
||||||
|
Loading…
Reference in New Issue
Block a user