ACM-IGDTUW / Open-Source-Challenge

Advaya'20 The Open Source Challenge
8 stars 30 forks source link

Issue at step 6 in open challenge #32

Closed Jhanvi12 closed 4 years ago

Jhanvi12 commented 4 years ago

I am stuck at step 6, last command ! Can u pls help image

lisa761 commented 4 years ago

Hi @Jhanvi12 This is because you have added the wrong origin like I mentioned in this comment. You can solve that problem by running: If you have already forked the repo, you can just run this:

git remote set-url origin https://github.com/Jhanvi12/Open-Source-Challenge.git

If you have not forked the repo, please do that first to move ahead. Once you are done with this, you will also have to update the screenshot of git remote -v in Task-1 as it is currently incorrect.

Jhanvi12 commented 4 years ago

Actually , I have already edited the same post, updated the screenshots also! kindly take a look

Jhanvi12 commented 4 years ago

@lisa761 please take a look , https://github.com/ACM-IGDTUW/Open-Source-Challenge/issues/11#issuecomment-612799407

lisa761 commented 4 years ago

Hi, it seems you have made the relevant changes, however your screenshot still has the same link for origin and upstream. See the origin should be https://github.com/Jhanvi12/Open-Source-Challenge.git but yours is https://github.com/ACM-IGDTUW/Open-Source-Challenge.git. You probably just have to update only the ss.

lisa761 commented 4 years ago

Closing this issue since Jhanvi has updated her remotes, just the ss remains.