07 2022 档案
摘要:一、widows下的gvim安装及配置 安装 https://www.vim.org/ vim的Verilog环境配置 摘自:https://blog.csdn.net/qq_41467882/article/details/120274829 set nocompatible "不兼容vi syn
阅读全文
摘要:一、配置用户名和邮箱 告诉git你是谁 $ git config --global user.name "Your Name" $ git config --global user.email "email@example.com" 如果没有配置的话,在提交文件时,会报错 二、创建版本库 在创建的文
阅读全文