git config --global https.proxy "http://127.0.0.1:7890"
git config --global http.proxy "http://127.0.0.1:7890"
git config --global --unset https.proxy
git config --global --unset http.proxy Use this token as a password when you sign in from the Docker CLI client. Learn more
Make sure you copy your personal access token now. Your personal access token is only displayed once. It isn't stored and can't be retrieved later.
Access token description
组件使用
Expires on
Feb 17, 2026 at 23:59:59
Access permissions
Read, Write, Delete
To use the access token from your Docker CLI client:
- Run
docker login -u waterplants321
- At the password prompt, enter the personal access token.
dckr_pat_In8uOrtm4MTirXD_1-Q9w0KiCso
{
"builder": {
"gc": {
"defaultKeepStorage": "20GB",
"enabled": true
}
},
"experimental": false,
"proxies": {
"http-proxy": "http://127.0.0.1:7890",
"https-proxy": "http://127.0.0.1:7890"
},
"registry-mirrors": [
"https://ccr.ccs.tencentyun.com",
"https://docker.rainbond.cc",
"https://elastic.m.daocloud.io",
"https://docker.m.daocloud.io",
"https://gcr.m.daocloud.io",
"https://ghcr.m.daocloud.io",
"https://k8s-gcr.m.daocloud.io",
"https://k8s.m.daocloud.io",
"https://mcr.m.daocloud.io",
"https://nvcr.m.daocloud.io",
"https://quay.m.daocloud.io"
]
}