-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task 1: Set up the project #11
Comments
@tichnas Great, that was fast! Although, your origin needs to be your fork. That means you should clone your forked repository locally. Therefore the output of |
@anujji1999 Great! |
@tichnas Yes, looks good. |
@Jhanvi12 Great! You also need to add upstream as mentioned in the task. You can change your screenshots in your comment itself, if you wish to do so. |
@sunitijain111 It seems you have added the upstream in a wrong project directory. That's why the origin and upstream do not have the same project name at the end. Make sure you enter the Open-Source-Challenge directory and then run the add upstream command. |
okay , letme update |
plz have a look... I am not getting how to open localhost300 |
@raksha009 Follow the exact steps in Contribution.md which is linked in the task. Once you are inside Open Source Challenge you have to run a few commands that are mentioned there to see it wokring. Did you successfully install node and npm as written in that Contribution file? |
@raksha009 You need not to explicitly do |
done .. plz have a look |
@raksha009 great! You just need to add upstream the way its mentioned in the task. |
@mishra-aanchal there is no gap in |
done finally 😅 |
oh yes!my bad. thanks for pointing, will update! |
https://user-images.githubusercontent.com/48357016/79120648-0c768a00-7db1-11ea-9ce4-de004b66a4b7.PNG finally done!hope it's fine now. |
@Omkaragrawal Yes, its completely fine. I will send you the mail to join the whatsapp group. |
By mistake I created another issue for this task yesterday and posted my work there ... so here I am posting it again. Please consider this . Link of the previous post : #15 (comment) |
@mishra-shruti96 Please cross-check why you are getting your email address on |
@Ruheej1 You had to clone your forked repo. You cloned it from the original repo that's why You are getting the same repository in both origin and upstream. Do it again from your forked repo. |
@Ruheej1 If you have already forked the repo, you can just run this:
and then run
again to see the update. |
@Ruheej1 Great! |
@Mitali-laroia, You had to run |
@soumyaa1804 I checked it again... there might me some mistake . Check this one |
Hi, @vkr-code, you also need to show the result of |
Hi, @priyanka2109, your origin and upstream both have the same link. You have to fork the repo and then clone it. If you did fork the repo, then run this command:
Else, fork the repo first and then run the same command. |
Welcome to the first task of The Open-Source Challenge.
The task is as follows:
Download and configure git according to your system. You can refer this cheat-sheet as well.
Set up the project by following the steps in CONTRIBUTION.md file.
Add git remote to your local project by running the following inside the project directory in your terminal:
git remote add upstream https://github.com/ACM-IGDTUW/Open-Source-Challenge.git
Submissions:
Note: Add the two screenshots in a single comment of this issue. For any technical queries, open a new issue describing the problem. Don't forget to register here for this challenge before making contributions.
The text was updated successfully, but these errors were encountered: