先在服务器上创建自己的仓库,
假设git clone 地址为:
ssh://git@self_create....git
git clone 感兴趣的仓库
cd existing-project
git remote set-url origin ssh://git@self_create....git
git push -u origin --all
git push origin --tags
先在服务器上创建自己的仓库,
假设git clone 地址为:
ssh://git@self_create....git
git clone 感兴趣的仓库
cd existing-project
git remote set-url origin ssh://git@self_create....git
git push -u origin --all
git push origin --tags