简体   繁体   English

如何将 git 存储库从 CodeCommit 迁移到 GitHub?

[英]How to migrate a git repository from CodeCommit to GitHub?

I'm trying to migrate a git repository from Aws CodeCommit to Github.我正在尝试将 git 存储库从 Aws CodeCommit 迁移到 Github。 Basically I want to have the same repository with all branches and all details but moved to GitHub.基本上,我希望拥有包含所有分支和所有详细信息的相同存储库,但移至 GitHub。

I tried a bunch of things that didn't worked so I thought there's an expert here for which this will be really easy我尝试了一堆没有用的东西,所以我认为这里有一位专家,这真的很容易

Thanks谢谢

Actually I found a way to do exactly that without using the command line.实际上,我找到了一种不使用命令行就可以做到这一点的方法。 Github has a feature when you create a new repository to import it from a third party's url. Github 有一个功能,当您创建一个新的存储库以从第三方的 url 导入它时。

With login credentials the repository can be imported very easily, all guided by the UI.使用登录凭据可以非常轻松地导入存储库,所有操作均由 UI 引导。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 当源存储库路径包含空格时,如何使用 git p4 将存储库从 Perforce 迁移到 GitHub - How to migrate repositories from Perforce to GitHub using git p4 when the source repository path contains spaces 如何将本地git存储库迁移到github? - How do I migrate a local git repository to github? 如何将 Bitbucket 存储库迁移到 Github? - How to migrate a Bitbucket repository to Github? 当存储库为AWS CodeCommit时,如何从Windows上的Chef配方执行GIT命令? - How to execute GIT commands from Chef recipe on Windows when repository is AWS CodeCommit? 从本地git存储库推送到两个不同的AWS CodeCommit - Pushing from local git repository to two different aws codecommit 如何将存储库从 PVCS 版本管理器迁移到 GitHub? - How to migrate repository from PVCS Version Manager to GitHub? 将存储库从hg转换为git后,如何迁移其他变更集? - After converting repository from hg to git, how to migrate additional changesets? 如何将 GIT 存储库从一台服务器迁移到新服务器 - How to migrate GIT repository from one server to a new one 将存储库从github迁移到本地文件系统? - Migrate repository from github to local filesystem? 从github克隆了一个git仓库-我如何在我的账户中创建一个新的github仓库 - cloned a git repository from github - how do i create a new github repository into a repository into my account
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM