"cd first-contributions"
it told to copy this in terminal but the correct code is "cd first-contribution" the "S" in the end dosen't work (PS : im a newbie just made my first contribution today!)
StepTheGlow:patch-1 i fixed it here
#83605 this is the one
In my case, an ERROR 403 appeared and I have to search around to solve it. My tip, for you guys that face the same problem:
git remote add myFork https://github.com/yourgithubnamehere/first-contributions.git
After that, type: git push myFork add-yourbranchnamehere
Hope that you guys can do it sweetly.
it told to copy this in terminal but the correct code is "cd first-contribution" the "S" in the end dosen't work (PS : im a newbie just made my first contribution today!)
the correct command is cd whatever-you-call-your-forked-repo
in other words if i created my repo under the name "batata" i have to cd batata regardless of the documentation.
Was I able to help clear out the confusion?