跳至主要內容

01.软件初始化设置

约 165 字小于 1 分钟

git

# git ssh生成
git config --global  user.name "这里换上你的用户名"
git config --global user.email "这里换上你的邮箱"
ssh-keygen -t rsa -C '********@***.com'


C:\Users\why\.ssh\config

Host github.com
Hostname ssh.github.com
Port 443

npm


#更换镜像源
npm config set registry https://npm.aliyun.com/
# 腾讯:http://mirrors.cloud.tencent.com/npm/
# 华为:https://mirrors.huaweicloud.com/repository/npm/
# 中科大镜像:https://registry.npmjs.org/
# 淘宝镜像:https://registry.npmmirror.com


#禁用 SSL 严格模式
npm config set strict-ssl false

pip

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/



插件
===================================== 开发软件 
ID 插件
Lombok
代码补全
GenerateAllSetter
代码预览
CodeGlance
接口
RestfulToolkit
日志打印
Grep Console
Maven 包冲突
Dependency Analyzer
类关系图
Diagrams

v2ray


bash <(wget -qO- -o- https://github.com/233boy/v2ray/raw/master/install.sh)