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

Error: [Failed to git push at the last step] #9

Closed xzkxu closed 2 years ago

xzkxu commented 2 years ago

I was down to the last step and I am not able to push the changes I made to my repository to the github

WeChat235a601b7661e7104a78656e03497c0a

.

jdmar3 commented 2 years ago

Try this: https://letmegooglethat.com/?q=git+error+you+have+not+concluded+your+merge+(merge_head+exists)

I'm posting this link because the error is right there in the message. What was one of the things in the checklist I gave you to create an issue? Google the error message.

jdmar3 commented 2 years ago

Post the output from the following:

git status
git log
xzkxu commented 2 years ago

I tried to Google some ways, but the errors I don't recognize just getting more and more. So I solve the problem by recloning the repository with the "install_check.sh" file to my computer, and it can push onto GitHub this time. So I guess it is probably because my GitHub didn't have the "install_check.sh" file before but I have it on my computer workspace so it won't let me do git push.