标签:选择 https help bsp 配置 set add 问题 targe
目前尚有以下问题没有解决:
个人PC配置Git的方法如下:
具体参考:GitHub官方配置教程 Git官方文档:官方文档里对Git的原理解释的很清楚,这里就不写了。
git config --global user.name "YOUR NAME" git config --global user.email "YOUR EMAIL ADDRESS"
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
git init
标签:选择 https help bsp 配置 set add 问题 targe
原文地址:http://www.cnblogs.com/jiangtu/p/6391748.html