2016-10-20 106 views
8

我搜索這個問題很多次,但仍然無法解決它。叉,克隆和推github中的維基

說我從user1分叉repo(命名爲repo1),現在我想分叉repo1的wikipage以及,當你叉回購時,哪個github不會爲你做。

我想:

git clone https://github.com/user1/repo1.wiki.git 
    git remote add my-fork https://github.com/myid/repo1.wiki.git 
    git push my-fork master 

但終端說:

fatal: remote error: access denied or repository not exported: /3/nw/32/2b/9e/135236793/71478887.wiki.git 

這意味着我不能成功地推動本地區維基我分叉回購的Wiki頁面。

有沒有人有關於這裏發生了什麼的想法?

謝謝。

PS:Fork GitHub project with custom wiki

回答

7

你需要先在GitHub的帳戶創建維基 打開瀏覽器

https://github.com/myid/repo1/wiki 

按創建的第一個頁面,並將其保存 create wiki 現在你可以把(在第一推應該用-f)

git push my-fork -f