Cloning a repo from someone else's Github and pushing it to a repo on my Github

前端 未结 8 1047
小鲜肉
小鲜肉 2021-01-29 17:18

I cloned the repo at https://github.com/railstutorial/sample_app_rails_4 and made a lot of changes to it (I used it as a starting point for my own app), and now I would like to

8条回答
  •  抹茶落季
    2021-01-29 17:50

    I had a similar situation, but in my case what I just needed to do was, as suggested, but with https, like this:

    $ git remote set-url origin https://github.com/YOU/YOUR_REPO

提交回复
热议问题