mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +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
|
||||
$ 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``.
|
||||
|
Loading…
Reference in New Issue
Block a user