Closed roughnecks closed 1 year ago
You can replicate by:
git clone --branch v2.7.1 https://github.com/fr0tt/benotes.git
Then go on with the installation and finally:
git checkout master
Same issue
I changed the line endings of the binary files to align with the rest of the files (that's the "CRLF will be replaced by LF"). Git isn't exactly helpful with auto resolving binary files. I'm sorry for the inconvenience. I tried a couple of ways to make it smoother but they all failed and I have to change it eventually anyways.
The fix is however rather simple:
rm -R public/fonts && rm public/logo_144x144.png
or just rm -R public
This removes all conflicting files and simply fetches the newest version of them from GitHub.
Nice, solved.
Hello,
I was pulling my github clone and I got this:
I tried to
git restore <file>
to no avail. Also tried togit stash
and this is the output I get:On the next
pull
it still tells me the same thing.Please commit your changes or stash them before you merge. Aborting
Please advice. Thanks