Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.1k views
in Technique[技术] by (71.8m points)

reactjs - Git Hub - Fatal: unexpected sequence in commit output

I've spent the better part of today and last night on this and I can't figure it out.

I've searched for a similar error but none of the descriptions seem to fit my case.

My issue is that in visual studio, it's showing that I have uncommitted changes. In this case, it's the deletion of a file.

context: I'm doing a code-along tutorial for Reactjs and I delete my src file and replace it with the tutorial's in case I miss anything and commit along the way. It's been working flawlessly more than half of the way done with the tutorial.

Anyway, now when I try to commit to Github through Visual Studio, I get this error showing, enter image description here

I've tried revert and reset --hard to before when I got this error and no luck. I don't know what else to do.

Please help.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I somehow got lucky and figured it out.

I just had to delete the existing Aux.js file and it was able to work.

??


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...