Mirror a Git Repo directly to AWS CodeCommit

前端 未结 3 2087
Happy的楠姐
Happy的楠姐 2021-01-18 01:41

I want to create a backup of one fo my Git Repository and save it to AWS CodeCommit. I don\'t want to include the use of my local machine. Can anyone tell me how can I do it

3条回答
  •  一个人的身影
    2021-01-18 02:38

    It seems migrating directly from Github to AWS Code-commit is not available in the AWS documentation. The following links have some scripts that can do the migration using a local machine.

    Please check:

    http://www.paul-kearney.com/2015/09/migrating-from-github-to-aws-codecommit.html

    https://gist.github.com/paulkearney/6042561c56654a15af3c

提交回复
热议问题