1 Star 0 Fork 39

NK600 / KiCad EDA 开源中国社区

forked from KiCad-CN / kicad-cn-forum 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
KiCad_CN_group_files.md 1.19 KB
Copy Edit Raw Blame History

@[toc]

KiCad 插件

KiCad 中国群文件

说明

  • 本仓库使用 git submodule 方式储存 KiCad 中国群文件
  • 使用 工蜂 Git 服务,下载仓库需要登录腾讯云帐号(使用微信或 QQ 登录后修改用户名和密码,等会初始化子仓库需要使用腾讯云帐号和密码)。
  • 如果在登录过程中出现用户名和密码输入错误,请使用下面 Git 命令行清除已登录的信息:
git config --system --unset credential.helper

教程

使用子模块仓库

// 初始化子模块仓库
git submodule init 

// 更新子模块仓库
git submodule update

或:

// 初始化和更新子模块仓库组合命令
git submodule update --init --recursive

从子模块的远端仓库更新并合并到本仓库

// 从子模块远端仓库更新并合并
git submodule update --remote --merge

KiCad_CN 文件列表

访问 KiCad_CN 群文件仓库下的 [KiCad_CN_index.md](https://git.code.tencent.com/taotieren/KiCad_CN/blob/master/KiCad_CN_index.md) 文件查看最新文件列表。

KiCad 与其他 EDA 转换

1
https://gitee.com/nk600/kicad-cn-forum.git
git@gitee.com:nk600/kicad-cn-forum.git
nk600
kicad-cn-forum
KiCad EDA 开源中国社区
master

Search