标签:
ssh -T git@github.com //测试连接
git config --global user.name "youname"
git config --global user.email "you email address"
git init //把这个目录变成Git可以管理的仓库
git remote rm origin //清理远程文件
参考详见:
标签:
原文地址:http://www.cnblogs.com/liinux/p/5598293.html