08 2021 档案

摘要:"workbench.colorCustomizations": { "editor.selectionHighlightBorder": "#1ED76D", // 高亮 "editor.selectionBackground": "#e5ffd985", "editor.findMatchBac 阅读全文
posted @ 2021-08-20 10:36 foxbaby213 阅读(661) 评论(0) 推荐(0)
摘要:GIT中的操作 设置全局代理 git config --global http.proxy socks5://127.0.0.1:7890 git config --global http.proxy http://127.0.0.1:7890 设置当前代理 git config http.prox 阅读全文
posted @ 2021-08-16 10:32 foxbaby213 阅读(439) 评论(0) 推荐(0)