赞
踩
多个账号的公私钥设置:于一台电脑上使用多个Github账号
参考:使用git工具将本地项目文件上传到github及其几种常见操作
git config user.name xx
和user.email xx
时,如果不使用--global
,表示只为当前仓库设定了name和email;使用了,表示所有本地仓库都默认使用同一值。举例:
git config user.name cf
git config user.emain xx@163.com
host
一定要使用别名
!!!也就是config
中配置的host的值,而不是HostName的值!!!!举例:
正确:git@
cf.github.com
:xxxx/xxx.git
错误:git@github.com
:xxxx/xxx.git!!!
否则会报publiKey不正确!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。