
Git
麻辣小布叮
这个作者很懒,什么都没留下…
展开
-
git 使用
[color=red][b]git ssk clone init [/b][/color] [code="java"] ssh-keygen -t rsa -C "xxxxx@xxxxx.com" cat ~/.ssh/id_rsa.pub 网页中添加 ssh key 然后测试 ssk 是否生效 ssh -T git@git.oschina.net Welcome to...原创 2017-03-21 00:37:24 · 151 阅读 · 0 评论 -
git 使用
it.oschina.net Welcome to Git@OSC, yourname! git help http://git.mydoc.io/?t=154712 http://www.liaoxuefeng.com/ 查看用户名和邮箱地址: $ git config user.name $ git config user.email 修改用户名和邮箱地址: $ git config --global user.name "username"原创 2017-03-21 00:37:24 · 105 阅读 · 0 评论