git Git fetch/merge 别人 fork 的仓库 命令如下 git remote add theirusername git@github.com:theirusername/reponame.git git fetch theirusername git checkout -b mynamefortheirbranch theirusername/theirbranch
github 【Github】如何下载开源项目的Wiki 在项目地址后面增加后缀.wiki.git,然后clone即可 git clone https://github.com/ethereum/go-ethereum.wiki.git