♫【Git】

git - 简易指南 (√)

fatal:remote error:You can't push to git://github.com/username/*.git  (√)
git clone git://github.com/jzm17173/Bear.git (git push origin master报错)
git clone git@github.com:jzm17173/Bear.git (git push origin master成功)

TortoiseGit和msysGit安装及使用笔记(windows下使用上传数据到GitHub)(√ 傻瓜教程果然适合傻瓜)

git/github初级运用自如 (√)

git常用操作教程

git pull 并强制覆盖本地修改

清除本地修改

git reset --hard
原文地址:https://www.cnblogs.com/jzm17173/p/3494236.html