snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.63k stars 290 forks source link

Cannot push new branch to repo #888

Closed CG-Tespy closed 4 years ago

CG-Tespy commented 4 years ago

I've created a new branch from upstream/develop for a new feature: automatically changing text fields' fonts based on what the current language is. I've managed to get it working, and I wanted to submit a PR, but for some reason, I get Authentication Failed errors. I don't know if it's Github or this repo's settings, but I figured I should bring this to your attention.

breadnone commented 4 years ago

Most probably the remote branch has been updated. Repulling and then push should do the trick. Hopefully :)

CG-Tespy commented 4 years ago

Sadly, doing that didn't work. I even tried rebasing, to no avail. Thankfully, I managed to get around the issue by making a new branch off the one with the new feature, and making a PR off of that.