使用github的方法
在github建库
在本地用GIT bash 生成公钥,命令如下:ssh-keygen -t rsa -C "xxxxx@xxxxx.com"
github ssh中心输入上面生成的公钥
在本地 git init git add . git commit -m
在本地git remote add "任何别名" github的库地址
git push -u master
管理删除远程仓库 git remote rm "任何别名"
在github建库
在本地用GIT bash 生成公钥,命令如下:ssh-keygen -t rsa -C "xxxxx@xxxxx.com"
github ssh中心输入上面生成的公钥
在本地 git init git add . git commit -m
在本地git remote add "任何别名" github的库地址
git push -u master
管理删除远程仓库 git remote rm "任何别名"