Commit c24cf99f authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #30055 from lixiaobing10051267/masterClonePath

Automatic merge from submit-queue Replace with explicit kubernetes fork path At other place in development.md, explicit kubernetes fork path has been existed: mkdir -p $GOPATH/src/k8s.io cd $GOPATH/src/k8s.io # Replace "$YOUR_GITHUB_USERNAME" below with your github username git clone https://github.com/$YOUR_GITHUB_USERNAME/kubernetes.git the following is easy to be confused and can be replaced with same description: git clone https://path/to/your/fork .
parents 41abea5a fdd9ced1
...@@ -243,7 +243,7 @@ separate dependency updates from other changes._ ...@@ -243,7 +243,7 @@ separate dependency updates from other changes._
export KPATH=$HOME/code/kubernetes export KPATH=$HOME/code/kubernetes
mkdir -p $KPATH/src/k8s.io mkdir -p $KPATH/src/k8s.io
cd $KPATH/src/k8s.io cd $KPATH/src/k8s.io
git clone https://path/to/your/kubernetes/fork # assumes your fork is 'kubernetes' git clone https://github.com/$YOUR_GITHUB_USERNAME/kubernetes.git # assumes your fork is 'kubernetes'
# Or copy your existing local repo here. IMPORTANT: making a symlink doesn't work. # Or copy your existing local repo here. IMPORTANT: making a symlink doesn't work.
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment