https://www.cnblogs.com/whthomas/p/3643974.html
# 添加到远程仓库
git remote add origin git@127.0.0.1:/home/git/res.git
# 推送
git push origin master
#克隆出来
git clone git@127.0.0.1:/home/git/res.git
https://www.cnblogs.com/whthomas/p/3643974.html
# 添加到远程仓库
git remote add origin git@127.0.0.1:/home/git/res.git
# 推送
git push origin master
#克隆出来
git clone git@127.0.0.1:/home/git/res.git