Git 更換倉庫地址

github國內訪問偶爾抽風速度太慢了,想把項目轉到oschina上來,今天實踐了一下,仍是挺簡單的。git

 

1.  從原始地址 clone 一份不包含 work copy的倉庫:github

git clone --bare  github項目地址

2. 在oschina上建立同名項目。url

3. 以 mirror 的方式把剛纔 clone 的項目 push 到 os chinablog

cd 項目名.git
git push --mirror  oschina項目地址

4. 把你本地的項目地址改到oschinarem

git remote set-url origin oschina項目地址
相關文章
相關標籤/搜索