1, 在github上新建一个仓库,比如为:CSS3Test,仓库地址为:https://github.com/hyuanyuanlisiwei/CSS3Test 2,本地git仓库中的文件项目为CSSTest 3, 将本地仓库上传到远程仓库: 运行命令: 新项目则:git init 已有git的项目:git remote rm origin 接着 git remote add origin https://github.com/hyuanyuanl...
回到github网站,进入Account Settings,左边选择SSH Keys,Add SSH Key, title随便填,粘贴key。 3)验证是否成功,在git bash下输入 回车然后输入yes在回车就会看到:Hi xxxx ! You`ve successfully这个东西表示已经成功连上github。 4)接下来我们要做的就是把本地仓库传到github上去; 右键选择TortoiseGit > Settings >...
1, 在github上新建一个仓库,比如为:CSS3Test,仓库地址为:https://github.com/hyuanyuanlisiwei/CSS3Test 2,本地git仓库中的文件项目为CSSTest 3, 将本地仓库上传到远程仓库: 运行命令: git remote rm origin git remote add origin https://github.com/hyuanyuanlisiwei/CSS3Test git push -u origin ma...