ACM-IGDTUW / Open-Source-Challenge

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

Task2 - unable to use echo command #33

Closed raksha009 closed 4 years ago

raksha009 commented 4 years ago

IMG-20200414-WA0009

raksha009 commented 4 years ago

How to solve this problem and create a new file !?

lisa761 commented 4 years ago

Hi, @raksha009, the Task-2 says that if you get an error follow a given set of command. Did you check? You are supposed to follow these and then try again:

git checkout master
git fetch upstream
git rebase upstream/master
git push origin master
git checkout <your-new-branch-name>
raksha009 commented 4 years ago

Yes.. i did it.. that's why, when i tried again, it showed master branch upto date

soumyaa1804 commented 4 years ago

The reason is that you are already in the participants directory and then you are asking to create a file inside participants. Either do cd .. and then run the echo command again or just type echo $null >> <your-GitHub-username>.md

raksha009 commented 4 years ago

It worked. Thanks 😊