- https://gitforwindows.org/ 下載git64bit安裝文件,安裝過程省略,能夠一路默認安裝.
- 安裝後,將git install path /bin/好比個人F:/git/bin加入到環境變量path中.
- cmd git --version
git version 2.21.0.windows.1
- 說明git安裝成功
- 新建k8s目錄 F:\k8s
- F:\k8s\ git clone https://github.com/kubernetes/kubernetes.git
- 過程當中出錯
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
8 .解決方案 git config --global http.postBuffer 524288000
9.後面的數字我也不知道爲何是這個,我也是搜索得來的.
10.正常clone k8s源代碼成功
11.給idea 安裝 go的plugin:ctrl+alt+s ->plugin-->marketplace,搜索go 安裝便可
12.導入 idea中 git