2017年8月10日

git命令行

摘要: 1、给用户配置ssh密钥,让其它用户也能访问别人创建的仓库ssh-keygen -t rsa -b 4096 -C "serverking6@163.com" 2、查看git配置git config --list 3、替换全局用户和邮箱地址git config --global --replace- 阅读全文

posted @ 2017-08-10 16:06 流星飞雨 阅读(176) 评论(0) 推荐(0)

导航