本文介绍了我如何镜像github上的启动板上托管的项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想积极参与启动板上托管的项目。
我更喜欢GitHub,并且希望在可能的情况下继续使用它。
我可以在github上镜像bzr存储库吗?

I want to contribute actively to a project that is hosted on Launchpad.I'm much more comfortable with GitHub, and would like to continue to use it if possible.Would I be able to mirror the bzr repository on github?

如果可能,我该如何设置它?

If it's possible, how could I set this up?

推荐答案

你可以尝试某种类似git-bzr的桥梁,就像 脚本:

You could try some kind of git-bzr bridge like this git-bzr script:

反过来也是可以的,这意味着你可以克隆一个bzr仓库并通过

The reverse is possible, meaning you can clone a bzr repo and push to your GitHub repo with bzr-git.

这篇关于我如何镜像github上的启动板上托管的项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-13 21:04