0

轮毂叉帮助 说:

fork Make a fork of a remote repository on GitHub and add as remote

太好了,这就是我想做的。

hub fork https://github.com/architect/functions 
Aborted: could not find any git remote pointing to a GitHub repository

嗯,是的,那是因为我想在 GitHub 上创建这个存储库的一个分支并添加为远程,正如帮助所说的那样。

我如何分叉一个 repo 并使用“hub fork”添加为遥控器?

4

1 回答 1

0

语法是:

$ hub fork --help
Usage: hub fork [--no-remote] [--remote-name <REMOTE>] [--org <ORGANIZATION>]                                           

例如:

hub fork --remote-name https://github.com/architect/functions  
于 2019-07-05T15:55:27.127 回答