Open hisplan opened 7 months ago
I just completed #3, and. here is new file, gitignored.
Okay, this issue is about the LICENSE
file. I still do not see the LICENSE
file.
[image: image.png] Good evening professor, I made the LICENSE file, however for some reason, it is with that red box and also not on the first page of my github page.
2024년 4월 10일 (수) 오후 8:12, Jaeyoung Chun @.***>님이 작성:
Okay, this issue is about the LICENSE file. I still do not see the LICENSE file.
— Reply to this email directly, view it on GitHub https://github.com/jamesksh0130/bcd-test/issues/3#issuecomment-2047252625, or unsubscribe https://github.com/notifications/unsubscribe-auth/BHUGSOADDCFE6F2QOQEAMHDY4UNBRAVCNFSM6AAAAABF4T3BU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBXGI2TENRSGU . You are receiving this because you were assigned.Message ID: @.***>
You'd have to push the file to your repo. I'm not sure what you meant by the red box.
[image: image.png] The red box is these. The left side has a red line with a box, also there are red boxes next to .gitignore, .gitignore.save and so on.
2024년 4월 10일 (수) 오후 8:30, Jaeyoung Chun @.***>님이 작성:
You'd have to push the file to your repo. I'm not sure what you meant by the red box.
— Reply to this email directly, view it on GitHub https://github.com/jamesksh0130/bcd-test/issues/3#issuecomment-2047284809, or unsubscribe https://github.com/notifications/unsubscribe-auth/BHUGSOAPXNH6O62E73YM3LLY4UPEJAVCNFSM6AAAAABF4T3BU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBXGI4DIOBQHE . You are receiving this because you were assigned.Message ID: @.***>
Okay, I still don't see the image. Please DO NOT use your email to reply. Use GitHub and attach the image using GitHub.
The red box is these. The left side has a red line with a box, also there are red boxes next to .gitignore, .gitignore.save and so on.
I don't know what you did, but it looks like you created the LICENSE
file, but later deleted it.
Just create it again and push it to the repo.
When I tried to create new LICENSE file and pushed the file to the repo, there is an error message like this.
(base) james@seunghyeons-MacBook-Pro bcd-test % git push origin main To https://github.com/jamesksh0130/bcd-test.git ! [rejected] main -> main (non-fast-forward) error: failed to push some refs to 'https://github.com/jamesksh0130/bcd-test.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
According to hint message I did git pull, but still same message appeared out.
If the remote repo and local repo have differences, you could get that kind of message. While you were working on the local, I pushed something to your remote repo, thus there are some differences. But this is very natural, and this is something that can happen anytime.
Anyway, run the git status
command and show me the output.
I tried to use git merge, but
this is the screenshot when I run the git status command.
Run git pull
and show me the output.
this is the result when I run git pull
You have the following files/folders on your local repo:
.DS_Store
.ipynb_checkpoints
The remote repo also has those files/folders, but they are not the same as those on your local repo.
That's why when you run git pull
, git complains because it can't decide which one is the right one.
How can you resolve this issue???
If I decide one of the repo between remote repo or local repo, and remove the other one, then I think git pull will be run.
Okay, then try.
I finally uploaded LICENSE file, thank you so much professor
Okay, just minor fix, then you will be done with this issue.
Delete [
and ]
:
https://github.com/jamesksh0130/bcd-test/blob/fdd2ba9bf7698d84a8a2624db210fba9fafa69c4/LICENSE#L3
Please follow the instructions below:
LICENSE
without adding any file extension.LICENSE
file with a text editor of your choice (such as Notepad on Windows, TextEdit on Mac, or any code editor like VS Code).LICENSE
file. Edit the first line, change the year and copyright holder name.LICENSE
file and push it to your repo.