BoyOrigin / glfw-wayland

A GLFW Fork that runs on Wayland Natively over X11 with more compatible features.
Creative Commons Zero v1.0 Universal
53 stars 5 forks source link

Cannot apply patches #11

Closed TheSilverFoxes closed 2 months ago

TheSilverFoxes commented 3 months ago

When I run the command ./applyPatches.sh it showed the following output: (I'm using Fedora 40)

Rebuilding Forked projects.... 
HEAD is now at b35641f4 Wayland: Cleanup
Cloning into 'glfw-wayland'...
done.
Resetting glfw-wayland to glfw...
error: No such remote: 'upstream'
HEAD is now at b35641f4 Wayland: Cleanup
  Applying patches to glfw-wayland...
Committer identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'banana@fedora.(none)')
Committer identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'banana@fedora.(none)')
  Something did not apply cleanly to glfw-wayland.
  Please review above details and finish the apply then
  save the changes with rebuildPatches.sh
Piker98988 commented 2 months ago

blud you have to run the two commands that the error message outputs: git config --global user.email "you@example.com" git config --global user.name "Your Name" but with your email and name

TheSilverFoxes commented 2 months ago

Oh okay, thank you!