Git 安装 & 配置 & 测试
Posted newweipeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git 安装 & 配置 & 测试相关的知识,希望对你有一定的参考价值。
安装地址:
https://git-scm.com/downloads
配置Git上个人的用户名称和电子邮件地址,用来记录提交人的信息:
$ git config --global user.name "your name" $ git config --global user.email "[email protected]"
-- 查看所有配置信息
$ git config -l
以上是关于Git 安装 & 配置 & 测试的主要内容,如果未能解决你的问题,请参考以下文章
Advanced Simulation Library(ASL)&& An adaptive and distributed-memory parallel implementatio