comp426-2022-fall / a00

Install required software for COMP 426 and read an intro guide to Git and GitHub
0 stars 6 forks source link

Log file added to the master branch, not the main one and therefore not passing autograder #11

Closed rcpang2024 closed 1 year ago

rcpang2024 commented 2 years ago

I'm able to successfully create a log file for a00, however everytime I commit and push, it seems to be going to the master branch instead of the main branch. I'm still not passing the autograder and I'm not sure why I'm pushing in master but not to main because I followed all of the steps on the README.

Here's what I have for master: image

Here's what I have under main: image

jdmar3 commented 2 years ago

There should not be a "master" branch at all. The default in the GitHub org should be "main," so when you cloned it initially, only the main branch should be there. But, however it happened, you can click that big green "Compare & pull request" button and merge into main and see what happens.

rcpang2024 commented 2 years ago

I tried merging it using the method you described but no option to merge came up. I googled around online and tried a variety of things. However, now I have this problem: image I don't understand why it's giving me this error message.

jdmar3 commented 2 years ago

That repository doesn't exist. That is why. Where is your repository on GitHub? Please post a link.